Html Css Color HEX #F8F2D1 China Ivory

📋 copy color: '#F8F2D1'

red 248 ◦ green 242 ◦ blue 209

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

Shades of China Ivory #F8F2D1

Tints of China Ivory #F8F2D1

RGB

 RED value IS 248 (97.27% from 255) = 35.48%

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

 BLUE value IS 209 (82.03% from 255) = 29.9%

R = 35.48%
G = 34.62%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F8F2D1 (or 0xF8F2D1) is known color: China Ivory. HEX triplet: F8, F2 and D1. RGB value is (248,242,209). Sum of RGB (Red+Green+Blue) = 248+242+209=699 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.48% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 209 (82.03% from 255 or 29.90% from 699); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F2D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F2D1 is #070D2E. Grayscale: #F0F0F0. Windows color (decimal): -462127 or 13759224. OLE color: 13759224.

HSL color Cylindrical-coordinate representation of color #F8F2D1: hue angle of 50.77º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8F2D1 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 242 209 -
CMYK 0 0.02 0.16 0.03
HSL 50.77º 0.74% 0.9% -
HSV(B) 50.77º 0.16% 0.97% -
XYZ 81.97 88.06 73 -
YUV 240.03 110.49 133.68 -
System Red Green Blue C M Y K H S L
Decimal 248 242 209 0 0.02 0.16 0.03 50.77 0.74 0.9
Hex F8 F2 D1 0 2 10 3 33 4A 5A
Octal 370 362 321 0 2 20 3 63 112 132
Binary 11111000 11110010 11010001 0 10 10000 11 110011 1001010 1011010

Color Harmonies of #F8F2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F2D1

Black with #F8F2D1

Text Example


Text Example

White with #F8F2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F2D1; }

 p { color: rgb(248,242,209); }

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

background-color css

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

 a { background-color: rgb(248,242,209); }

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

border-color css

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

 span { border-color: rgb(248,242,209); }

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