Html Css Color HEX #FBF2E2 Old Lace

📋 copy color: '#FBF2E2'

red 251 ◦ green 242 ◦ blue 226

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

Shades of Old Lace #FBF2E2

Tints of Old Lace #FBF2E2

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.66%

 BLUE value IS 226 (88.67% from 255) = 31.43%

R = 34.91%
G = 33.66%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FBF2E2 (or 0xFBF2E2) is known color: Old Lace. HEX triplet: FB, F2 and E2. RGB value is (251,242,226). Sum of RGB (Red+Green+Blue) = 251+242+226=719 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.91% from 719); Green value is 242 (94.92% from 255 or 33.66% from 719); Blue value is 226 (88.67% from 255 or 31.43% from 719); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2E2 is #040D1D. Grayscale: #F2F2F2. Windows color (decimal): -265502 or 14873339. OLE color: 14873339.

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

Color convert

RGB 251 242 226 -
CMYK 0 0.04 0.10 0.02
HSL 38.4º 0.76% 0.94% -
HSV(B) 38.4º 0.1% 0.98% -
XYZ 85.26 89.5 84.73 -
YUV 242.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 251 242 226 0 0.04 0.10 0.02 38.4 0.76 0.94
Hex FB F2 E2 0 4 A 2 26 4C 5E
Octal 373 362 342 0 4 12 2 46 114 136
Binary 11111011 11110010 11100010 0 100 1010 10 100110 1001100 1011110

Color Harmonies of #FBF2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF2E2

Black with #FBF2E2

Text Example


Text Example

White with #FBF2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF2E2; }

 p { color: rgb(251,242,226); }

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

background-color css

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

 a { background-color: rgb(251,242,226); }

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

border-color css

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

 span { border-color: rgb(251,242,226); }

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