Html Css Color HEX #FAF2D2 China Ivory

📋 copy color: '#FAF2D2'

red 250 ◦ green 242 ◦ blue 210

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

Shades of China Ivory #FAF2D2

Tints of China Ivory #FAF2D2

RGB

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

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

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

R = 35.61%
G = 34.47%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAF2D2 (or 0xFAF2D2) is known color: China Ivory. HEX triplet: FA, F2 and D2. RGB value is (250,242,210). Sum of RGB (Red+Green+Blue) = 250+242+210=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 210 (82.42% from 255 or 29.91% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2D2 is #050D2D. Grayscale: #F0F0F0. Windows color (decimal): -331054 or 13824762. OLE color: 13824762.

HSL color Cylindrical-coordinate representation of color #FAF2D2: hue angle of 48º 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 #FAF2D2 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 242 210 -
CMYK 0 0.03 0.16 0.02
HSL 48º 0.8% 0.9% -
HSV(B) 48º 0.16% 0.98% -
XYZ 82.81 88.48 73.69 -
YUV 240.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 250 242 210 0 0.03 0.16 0.02 48 0.8 0.9
Hex FA F2 D2 0 3 10 2 30 50 5A
Octal 372 362 322 0 3 20 2 60 120 132
Binary 11111010 11110010 11010010 0 11 10000 10 110000 1010000 1011010

Color Harmonies of #FAF2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2D2

Black with #FAF2D2

Text Example


Text Example

White with #FAF2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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