#FAF1CA

Color #FAF1CA China Ivory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of China Ivory #FAF1CA

Tints of China Ivory #FAF1CA

Color information

#FAF1CA (or 0xFAF1CA) is unknown color: approx China Ivory. HEX triplet: FA, F1 and CA. RGB value is (250,241,202). Sum of RGB (Red+Green+Blue) = 250+241+202=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 202 (79.30% from 255 or 29.15% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1CA is #050E35. Grayscale: #EFEFEF. Windows color (decimal): -331318 or 13300218. OLE color: 13300218.

HSL color Cylindrical-coordinate representation of color #FAF1CA: hue angle of 48.75º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAF1CA is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250241202-
CMYK00.040.190.02
HSL48.75º82.76%88.63%-
HSV(B)48.75º19.2%98.04%-
XYZ81.5487.568.47-
YUV239.24106.98135.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.08%
GREEN value IS 241 (94.53% from 255) = 34.78%
BLUE value IS 202 (79.30% from 255) = 29.15%
R=36.08%
G=34.78%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024120200.040.190.0248.7582.7688.63
HexFAF1CA04132315359
Octal3723613120423261123131
Binary1111101011110001110010100100100111011000110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1CA; }

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

 H1.HeaderClassName
 {
   color: #FAF1CA;
 }
 .AnyTagClassName
 {
   color: #FAF1CA;
 }
</style>
background-color css

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

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

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

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

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

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