Html Css Color HEX #FBF5E5 Old Lace

📋 copy color: '#FBF5E5'

red 251 ◦ green 245 ◦ blue 229

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

Shades of Old Lace #FBF5E5

Tints of Old Lace #FBF5E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 31.59%

R = 34.62%
G = 33.79%
B = 31.59%

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

#FBF5E5 (or 0xFBF5E5) is known color: Old Lace. HEX triplet: FB, F5 and E5. RGB value is (251,245,229). Sum of RGB (Red+Green+Blue) = 251+245+229=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 245 (96.09% from 255 or 33.79% from 725); Blue value is 229 (89.84% from 255 or 31.59% from 725); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5E5 is #040A1A. Grayscale: #F5F5F5. Windows color (decimal): -264731 or 15070715. OLE color: 15070715.

HSL color Cylindrical-coordinate representation of color #FBF5E5: hue angle of 43.64º degrees, saturation: 0.73, 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 #FBF5E5 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 245 229 -
CMYK 0 0.02 0.09 0.02
HSL 43.64º 0.73% 0.94% -
HSV(B) 43.64º 0.09% 0.98% -
XYZ 86.58 91.47 87.22 -
YUV 244.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 251 245 229 0 0.02 0.09 0.02 43.64 0.73 0.94
Hex FB F5 E5 0 2 9 2 2C 49 5E
Octal 373 365 345 0 2 11 2 54 111 136
Binary 11111011 11110101 11100101 0 10 1001 10 101100 1001001 1011110

Color Harmonies of #FBF5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF5E5

Black with #FBF5E5

Text Example


Text Example

White with #FBF5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF5E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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