Html Css Color HEX #FBF5E4 Old Lace

📋 copy color: '#FBF5E4'

red 251 ◦ green 245 ◦ blue 228

#FBF5E4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lace #FBF5E4

Tints of Old Lace #FBF5E4

RGB

 RED value IS 251 (98.44% from 255) = 34.67%

 GREEN value IS 245 (96.09% from 255) = 33.84%

 BLUE value IS 228 (89.45% from 255) = 31.49%

R = 34.67%
G = 33.84%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FBF5E4 (or 0xFBF5E4) is known color: Old Lace. HEX triplet: FB, F5 and E4. RGB value is (251,245,228). Sum of RGB (Red+Green+Blue) = 251+245+228=724 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.67% from 724); Green value is 245 (96.09% from 255 or 33.84% from 724); Blue value is 228 (89.45% from 255 or 31.49% from 724); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5E4 is #040A1B. Grayscale: #F4F4F4. Windows color (decimal): -264732 or 15005179. OLE color: 15005179.

HSL color Cylindrical-coordinate representation of color #FBF5E4: hue angle of 44.35º degrees, saturation: 0.74, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FBF5E4 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 245 228 -
CMYK 0 0.02 0.09 0.02
HSL 44.35º 0.74% 0.94% -
HSV(B) 44.35º 0.09% 0.98% -
XYZ 86.44 91.42 86.49 -
YUV 244.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 251 245 228 0 0.02 0.09 0.02 44.35 0.74 0.94
Hex FB F5 E4 0 2 9 2 2C 4A 5E
Octal 373 365 344 0 2 11 2 54 112 136
Binary 11111011 11110101 11100100 0 10 1001 10 101100 1001010 1011110

Color Harmonies of #FBF5E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF5E4

Black with #FBF5E4

Text Example


Text Example

White with #FBF5E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF5E4; }

 p { color: rgb(251,245,228); }

 H1.HeaderClassName
 {
   color: #FBF5E4;
 }
 .AnyTagClassName
 {
   color: #FBF5E4;
 }
</style>

background-color css

<style>
 a { background-color: #FBF5E4; }

 a { background-color: rgb(251,245,228); }

 div.DivClassName
 {
   background-color: #FBF5E4;
 }
 .BgClassName
 {
   background-color: #FBF5E4;
 }
</style>

border-color css

<style>
 span { border-color: #FBF5E4; }

 span { border-color: rgb(251,245,228); }

 td.TdClassName
 {
   border-color: #FBF5E4;
 }
 .TagClassName
 {
   border-color: #FBF5E4;
 }
</style>