Html Css Color HEX #FAF1D1 China Ivory

📋 copy color: '#FAF1D1'

red 250 ◦ green 241 ◦ blue 209

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

Shades of China Ivory #FAF1D1

Tints of China Ivory #FAF1D1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.43%

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

R = 35.71%
G = 34.43%
B = 29.86%

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

#FAF1D1 (or 0xFAF1D1) is known color: China Ivory. HEX triplet: FA, F1 and D1. RGB value is (250,241,209). Sum of RGB (Red+Green+Blue) = 250+241+209=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 241 (94.53% from 255 or 34.43% from 700); Blue value is 209 (82.03% from 255 or 29.86% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1D1 is #050E2E. Grayscale: #F0F0F0. Windows color (decimal): -331311 or 13758970. OLE color: 13758970.

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

Color convert

RGB 250 241 209 -
CMYK 0 0.04 0.16 0.02
HSL 46.83º 0.8% 0.9% -
HSV(B) 46.83º 0.16% 0.98% -
XYZ 82.39 87.84 72.93 -
YUV 240.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 250 241 209 0 0.04 0.16 0.02 46.83 0.8 0.9
Hex FA F1 D1 0 4 10 2 2F 50 5A
Octal 372 361 321 0 4 20 2 57 120 132
Binary 11111010 11110001 11010001 0 100 10000 10 101111 1010000 1011010

Color Harmonies of #FAF1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF1D1

Black with #FAF1D1

Text Example


Text Example

White with #FAF1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF1D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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