#FAF1CB

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

Shades of China Ivory #FAF1CB

Tints of China Ivory #FAF1CB

Color information

#FAF1CB (or 0xFAF1CB) is unknown color: approx China Ivory. HEX triplet: FA, F1 and CB. RGB value is (250,241,203). Sum of RGB (Red+Green+Blue) = 250+241+203=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 203 (79.69% from 255 or 29.25% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1CB is #050E34. Grayscale: #EFEFEF. Windows color (decimal): -331317 or 13365754. OLE color: 13365754.

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

Color convert

RGB250241203-
CMYK00.040.190.02
HSL48.51º82.46%88.82%-
HSV(B)48.51º18.8%98.04%-
XYZ81.6687.5569.09-
YUV239.36107.48135.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 241 (94.53% from 255) = 34.73%
BLUE value IS 203 (79.69% from 255) = 29.25%
R=36.02%
G=34.73%
B=29.25%

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
Decimal25024120300.040.190.0248.5182.4688.82
HexFAF1CB04132315259
Octal3723613130423261122131
Binary1111101011110001110010110100100111011000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1CB; }

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

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

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

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

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

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

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

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