Html Css Color HEX #FAF4D1 China Ivory

📋 copy color: '#FAF4D1'

red 250 ◦ green 244 ◦ blue 209

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

Shades of China Ivory #FAF4D1

Tints of China Ivory #FAF4D1

RGB

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

 GREEN value IS 244 (95.7% from 255) = 34.71%

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

R = 35.56%
G = 34.71%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAF4D1 (or 0xFAF4D1) is known color: China Ivory. HEX triplet: FA, F4 and D1. RGB value is (250,244,209). Sum of RGB (Red+Green+Blue) = 250+244+209=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 244 (95.70% from 255 or 34.71% from 703); Blue value is 209 (82.03% from 255 or 29.73% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4D1 is #050B2E. Grayscale: #F1F1F1. Windows color (decimal): -330543 or 13759738. OLE color: 13759738.

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

Color convert

RGB 250 244 209 -
CMYK 0 0.02 0.16 0.02
HSL 51.22º 0.8% 0.9% -
HSV(B) 51.22º 0.16% 0.98% -
XYZ 83.28 89.63 73.23 -
YUV 241.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 250 244 209 0 0.02 0.16 0.02 51.22 0.8 0.9
Hex FA F4 D1 0 2 10 2 33 50 5A
Octal 372 364 321 0 2 20 2 63 120 132
Binary 11111010 11110100 11010001 0 10 10000 10 110011 1010000 1011010

Color Harmonies of #FAF4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF4D1

Black with #FAF4D1

Text Example


Text Example

White with #FAF4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF4D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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