#FDF4CF

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

Shades of China Ivory #FDF4CF

Tints of China Ivory #FDF4CF

Color information

#FDF4CF (or 0xFDF4CF) is unknown color: approx China Ivory. HEX triplet: FD, F4 and CF. RGB value is (253,244,207). Sum of RGB (Red+Green+Blue) = 253+244+207=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 244 (95.70% from 255 or 34.66% from 704); Blue value is 207 (81.25% from 255 or 29.40% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4CF is #020B30. Grayscale: #F2F2F2. Windows color (decimal): -133937 or 13628669. OLE color: 13628669.

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

Color convert

RGB253244207-
CMYK00.040.180.01
HSL48.26º92%90.2%-
HSV(B)48.26º18.18%99.22%-
XYZ84.1290.0971.99-
YUV242.47107.98135.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.94%
GREEN value IS 244 (95.70% from 255) = 34.66%
BLUE value IS 207 (81.25% from 255) = 29.40%
R=35.94%
G=34.66%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324420700.040.180.0148.269290.2
HexFDF4CF04121305c5a
Octal3753643170422160134132
Binary111111011111010011001111010010010111000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4CF; }

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

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

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

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

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

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

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

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