#FDF4CD

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

Shades of China Ivory #FDF4CD

Tints of China Ivory #FDF4CD

Color information

#FDF4CD (or 0xFDF4CD) is unknown color: approx China Ivory. HEX triplet: FD, F4 and CD. RGB value is (253,244,205). Sum of RGB (Red+Green+Blue) = 253+244+205=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 244 (95.70% from 255 or 34.76% from 702); Blue value is 205 (80.47% from 255 or 29.20% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4CD is #020B32. Grayscale: #F2F2F2. Windows color (decimal): -133939 or 13497597. OLE color: 13497597.

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

Color convert

RGB253244205-
CMYK00.040.190.01
HSL48.75º92.31%89.8%-
HSV(B)48.75º18.97%99.22%-
XYZ83.8889.9970.71-
YUV242.24106.98135.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.04%
GREEN value IS 244 (95.70% from 255) = 34.76%
BLUE value IS 205 (80.47% from 255) = 29.20%
R=36.04%
G=34.76%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324420500.040.190.0148.7592.3189.8
HexFDF4CD04131315c5a
Octal3753643150423161134132
Binary111111011111010011001101010010011111000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4CD; }

 p { color: rgb(253,244,205); }

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

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

 a { background-color: rgb(253,244,205); }

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

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

 span { border-color: rgb(253,244,205); }

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