Html Css Color HEX #FBF5E6 Old Lace

📋 copy color: '#FBF5E6'

red 251 ◦ green 245 ◦ blue 230

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

Shades of Old Lace #FBF5E6

Tints of Old Lace #FBF5E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 31.68%

R = 34.57%
G = 33.75%
B = 31.68%

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

#FBF5E6 (or 0xFBF5E6) is known color: Old Lace. HEX triplet: FB, F5 and E6. RGB value is (251,245,230). Sum of RGB (Red+Green+Blue) = 251+245+230=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 245 (96.09% from 255 or 33.75% from 726); Blue value is 230 (90.23% from 255 or 31.68% from 726); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF5E6 is #040A19. Grayscale: #F5F5F5. Windows color (decimal): -264730 or 15136251. OLE color: 15136251.

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

Color convert

RGB 251 245 230 -
CMYK 0 0.02 0.08 0.02
HSL 42.86º 0.72% 0.94% -
HSV(B) 42.86º 0.08% 0.98% -
XYZ 86.72 91.53 87.96 -
YUV 245.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 251 245 230 0 0.02 0.08 0.02 42.86 0.72 0.94
Hex FB F5 E6 0 2 8 2 2B 48 5E
Octal 373 365 346 0 2 10 2 53 110 136
Binary 11111011 11110101 11100110 0 10 1000 10 101011 1001000 1011110

Color Harmonies of #FBF5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF5E6

Black with #FBF5E6

Text Example


Text Example

White with #FBF5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF5E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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