Html Css Color HEX #FFF8EA Old Lace

📋 copy color: '#FFF8EA'

red 255 ◦ green 248 ◦ blue 234

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

Shades of Old Lace #FFF8EA

Tints of Old Lace #FFF8EA

RGB

 RED value IS 255 (100% from 255) = 34.6%

 GREEN value IS 248 (97.27% from 255) = 33.65%

 BLUE value IS 234 (91.8% from 255) = 31.75%

R = 34.6%
G = 33.65%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FFF8EA (or 0xFFF8EA) is known color: Old Lace. HEX triplet: FF, F8 and EA. RGB value is (255,248,234). Sum of RGB (Red+Green+Blue) = 255+248+234=737 (97% of max value = 765). Red value is 255 (100% from 255 or 34.60% from 737); Green value is 248 (97.27% from 255 or 33.65% from 737); Blue value is 234 (91.80% from 255 or 31.75% from 737); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF8EA is #000715. Grayscale: #F8F8F8. Windows color (decimal): -1814 or 15399167. OLE color: 15399167.

HSL color Cylindrical-coordinate representation of color #FFF8EA: hue angle of 40º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FFF8EA is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 255 248 234 -
CMYK 0 0.03 0.08 0
HSL 40º 1% 0.96% -
HSV(B) 40º 0.08% 1% -
XYZ 89.66 94.34 91.32 -
YUV 248.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 255 248 234 0 0.03 0.08 0 40 1 0.96
Hex FF F8 EA 0 3 8 0 28 64 60
Octal 377 370 352 0 3 10 0 50 144 140
Binary 11111111 11111000 11101010 0 11 1000 0 101000 1100100 1100000

Color Harmonies of #FFF8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF8EA

Black with #FFF8EA

Text Example


Text Example

White with #FFF8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF8EA; }

 p { color: rgb(255,248,234); }

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

background-color css

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

 a { background-color: rgb(255,248,234); }

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

border-color css

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

 span { border-color: rgb(255,248,234); }

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