Html Css Color HEX #FBF5E7 Old Lace

📋 copy color: '#FBF5E7'

red 251 ◦ green 245 ◦ blue 231

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

Shades of Old Lace #FBF5E7

Tints of Old Lace #FBF5E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 31.77%

R = 34.53%
G = 33.7%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FBF5E7 (or 0xFBF5E7) is known color: Old Lace. HEX triplet: FB, F5 and E7. RGB value is (251,245,231). Sum of RGB (Red+Green+Blue) = 251+245+231=727 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.53% from 727); Green value is 245 (96.09% from 255 or 33.70% from 727); Blue value is 231 (90.62% from 255 or 31.77% from 727); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF5E7 is #040A18. Grayscale: #F5F5F5. Windows color (decimal): -264729 or 15201787. OLE color: 15201787.

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

Color convert

RGB 251 245 231 -
CMYK 0 0.02 0.08 0.02
HSL 42º 0.71% 0.95% -
HSV(B) 42º 0.08% 0.98% -
XYZ 86.86 91.58 88.7 -
YUV 245.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 251 245 231 0 0.02 0.08 0.02 42 0.71 0.95
Hex FB F5 E7 0 2 8 2 2A 47 5F
Octal 373 365 347 0 2 10 2 52 107 137
Binary 11111011 11110101 11100111 0 10 1000 10 101010 1000111 1011111

Color Harmonies of #FBF5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF5E7

Black with #FBF5E7

Text Example


Text Example

White with #FBF5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF5E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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