#FAF3CE

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

Shades of China Ivory #FAF3CE

Tints of China Ivory #FAF3CE

Color information

#FAF3CE (or 0xFAF3CE) is unknown color: approx China Ivory. HEX triplet: FA, F3 and CE. RGB value is (250,243,206). Sum of RGB (Red+Green+Blue) = 250+243+206=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 243 (95.31% from 255 or 34.76% from 699); Blue value is 206 (80.86% from 255 or 29.47% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3CE is #050C31. Grayscale: #F1F1F1. Windows color (decimal): -330802 or 13562874. OLE color: 13562874.

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

Color convert

RGB250243206-
CMYK00.030.180.02
HSL50.45º81.48%89.41%-
HSV(B)50.45º17.6%98.04%-
XYZ82.6288.8871.19-
YUV240.88108.32134.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.77%
GREEN value IS 243 (95.31% from 255) = 34.76%
BLUE value IS 206 (80.86% from 255) = 29.47%
R=35.77%
G=34.76%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024320600.030.180.0250.4581.4889.41
HexFAF3CE03122325159
Octal3723633160322262121131
Binary111110101111001111001110011100101011001010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3CE; }

 p { color: rgb(250,243,206); }

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

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

 a { background-color: rgb(250,243,206); }

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

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

 span { border-color: rgb(250,243,206); }

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