Html Css Color HEX #FAF2D1 China Ivory

📋 copy color: '#FAF2D1'

red 250 ◦ green 242 ◦ blue 209

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

Shades of China Ivory #FAF2D1

Tints of China Ivory #FAF2D1

RGB

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

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

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

R = 35.66%
G = 34.52%
B = 29.81%

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

#FAF2D1 (or 0xFAF2D1) is known color: China Ivory. HEX triplet: FA, F2 and D1. RGB value is (250,242,209). Sum of RGB (Red+Green+Blue) = 250+242+209=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 209 (82.03% from 255 or 29.81% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2D1 is #050D2E. Grayscale: #F0F0F0. Windows color (decimal): -331055 or 13759226. OLE color: 13759226.

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

Color convert

RGB 250 242 209 -
CMYK 0 0.03 0.16 0.02
HSL 48.29º 0.8% 0.9% -
HSV(B) 48.29º 0.16% 0.98% -
XYZ 82.69 88.43 73.03 -
YUV 240.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 250 242 209 0 0.03 0.16 0.02 48.29 0.8 0.9
Hex FA F2 D1 0 3 10 2 30 50 5A
Octal 372 362 321 0 3 20 2 60 120 132
Binary 11111010 11110010 11010001 0 11 10000 10 110000 1010000 1011010

Color Harmonies of #FAF2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2D1

Black with #FAF2D1

Text Example


Text Example

White with #FAF2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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