Html Css Color HEX #FBF5E9 Old Lace

📋 copy color: '#FBF5E9'

red 251 ◦ green 245 ◦ blue 233

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

Shades of Old Lace #FBF5E9

Tints of Old Lace #FBF5E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 31.96%

R = 34.43%
G = 33.61%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FBF5E9 (or 0xFBF5E9) is known color: Old Lace. HEX triplet: FB, F5 and E9. RGB value is (251,245,233). Sum of RGB (Red+Green+Blue) = 251+245+233=729 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.43% from 729); Green value is 245 (96.09% from 255 or 33.61% from 729); Blue value is 233 (91.41% from 255 or 31.96% from 729); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF5E9 is #040A16. Grayscale: #F5F5F5. Windows color (decimal): -264727 or 15332859. OLE color: 15332859.

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

Color convert

RGB 251 245 233 -
CMYK 0 0.02 0.07 0.02
HSL 40º 0.69% 0.95% -
HSV(B) 40º 0.07% 0.98% -
XYZ 87.14 91.7 90.2 -
YUV 245.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 251 245 233 0 0.02 0.07 0.02 40 0.69 0.95
Hex FB F5 E9 0 2 7 2 28 45 5F
Octal 373 365 351 0 2 7 2 50 105 137
Binary 11111011 11110101 11101001 0 10 111 10 101000 1000101 1011111

Color Harmonies of #FBF5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF5E9

Black with #FBF5E9

Text Example


Text Example

White with #FBF5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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