Html Css Color HEX #FAF0D1 China Ivory

📋 copy color: '#FAF0D1'

red 250 ◦ green 240 ◦ blue 209

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

Shades of China Ivory #FAF0D1

Tints of China Ivory #FAF0D1

RGB

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

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

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

R = 35.77%
G = 34.33%
B = 29.9%

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

#FAF0D1 (or 0xFAF0D1) is known color: China Ivory. HEX triplet: FA, F0 and D1. RGB value is (250,240,209). Sum of RGB (Red+Green+Blue) = 250+240+209=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 209 (82.03% from 255 or 29.90% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF0D1 is #050F2E. Grayscale: #EFEFEF. Windows color (decimal): -331567 or 13758714. OLE color: 13758714.

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

Color convert

RGB 250 240 209 -
CMYK 0 0.04 0.16 0.02
HSL 45.37º 0.8% 0.9% -
HSV(B) 45.37º 0.16% 0.98% -
XYZ 82.09 87.25 72.84 -
YUV 239.46 110.81 135.52 -
System Red Green Blue C M Y K H S L
Decimal 250 240 209 0 0.04 0.16 0.02 45.37 0.8 0.9
Hex FA F0 D1 0 4 10 2 2D 50 5A
Octal 372 360 321 0 4 20 2 55 120 132
Binary 11111010 11110000 11010001 0 100 10000 10 101101 1010000 1011010

Color Harmonies of #FAF0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF0D1

Black with #FAF0D1

Text Example


Text Example

White with #FAF0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF0D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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