Html Css Color HEX #FAF0D2 China Ivory

📋 copy color: '#FAF0D2'

red 250 ◦ green 240 ◦ blue 210

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

Shades of China Ivory #FAF0D2

Tints of China Ivory #FAF0D2

RGB

 RED value IS 250 (98.05% from 255) = 35.71%

 GREEN value IS 240 (94.14% from 255) = 34.29%

 BLUE value IS 210 (82.42% from 255) = 30%

R = 35.71%
G = 34.29%
B = 30%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAF0D2 (or 0xFAF0D2) is known color: China Ivory. HEX triplet: FA, F0 and D2. RGB value is (250,240,210). Sum of RGB (Red+Green+Blue) = 250+240+210=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 240 (94.14% from 255 or 34.29% from 700); Blue value is 210 (82.42% from 255 or 30% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0D2 is #050F2D. Grayscale: #EFEFEF. Windows color (decimal): -331566 or 13824250. OLE color: 13824250.

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

Color convert

RGB 250 240 210 -
CMYK 0 0.04 0.16 0.02
HSL 45º 0.8% 0.9% -
HSV(B) 45º 0.16% 0.98% -
XYZ 82.22 87.3 73.49 -
YUV 239.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 250 240 210 0 0.04 0.16 0.02 45 0.8 0.9
Hex FA F0 D2 0 4 10 2 2D 50 5A
Octal 372 360 322 0 4 20 2 55 120 132
Binary 11111010 11110000 11010010 0 100 10000 10 101101 1010000 1011010

Color Harmonies of #FAF0D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF0D2

Black with #FAF0D2

Text Example


Text Example

White with #FAF0D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF0D2; }

 p { color: rgb(250,240,210); }

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

background-color css

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

 a { background-color: rgb(250,240,210); }

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

border-color css

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

 span { border-color: rgb(250,240,210); }

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