#FAF4CE

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

Shades of China Ivory #FAF4CE

Tints of China Ivory #FAF4CE

Color information

#FAF4CE (or 0xFAF4CE) is unknown color: approx China Ivory. HEX triplet: FA, F4 and CE. RGB value is (250,244,206). Sum of RGB (Red+Green+Blue) = 250+244+206=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 244 (95.70% from 255 or 34.86% from 700); Blue value is 206 (80.86% from 255 or 29.43% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4CE is #050B31. Grayscale: #F1F1F1. Windows color (decimal): -330546 or 13563130. OLE color: 13563130.

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

Color convert

RGB250244206-
CMYK00.020.180.02
HSL51.82º81.48%89.41%-
HSV(B)51.82º17.6%98.04%-
XYZ82.9289.4871.29-
YUV241.46107.99134.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.71%
GREEN value IS 244 (95.70% from 255) = 34.86%
BLUE value IS 206 (80.86% from 255) = 29.43%
R=35.71%
G=34.86%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024420600.020.180.0251.8281.4889.41
HexFAF4CE02122345159
Octal3723643160222264121131
Binary111110101111010011001110010100101011010010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4CE; }

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

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

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

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

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

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

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

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