Html Css Color HEX #FFF9E6 Old Lace

📋 copy color: '#FFF9E6'

red 255 ◦ green 249 ◦ blue 230

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

Shades of Old Lace #FFF9E6

Tints of Old Lace #FFF9E6

RGB

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

 GREEN value IS 249 (97.66% from 255) = 33.92%

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

R = 34.74%
G = 33.92%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFF9E6 (or 0xFFF9E6) is known color: Old Lace. HEX triplet: FF, F9 and E6. RGB value is (255,249,230). Sum of RGB (Red+Green+Blue) = 255+249+230=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 249 (97.66% from 255 or 33.92% from 734); Blue value is 230 (90.23% from 255 or 31.34% from 734); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF9E6 is #000619. Grayscale: #F8F8F8. Windows color (decimal): -1562 or 15137279. OLE color: 15137279.

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

Color convert

RGB 255 249 230 -
CMYK 0 0.02 0.10 0
HSL 45.6º 1% 0.95% -
HSV(B) 45.6º 0.1% 1% -
XYZ 89.4 94.72 88.43 -
YUV 248.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 255 249 230 0 0.02 0.10 0 45.6 1 0.95
Hex FF F9 E6 0 2 A 0 2E 64 5F
Octal 377 371 346 0 2 12 0 56 144 137
Binary 11111111 11111001 11100110 0 10 1010 0 101110 1100100 1011111

Color Harmonies of #FFF9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF9E6

Black with #FFF9E6

Text Example


Text Example

White with #FFF9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF9E6; }

 p { color: rgb(255,249,230); }

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

background-color css

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

 a { background-color: rgb(255,249,230); }

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

border-color css

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

 span { border-color: rgb(255,249,230); }

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