#FDF5CF

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

Shades of China Ivory #FDF5CF

Tints of China Ivory #FDF5CF

Color information

#FDF5CF (or 0xFDF5CF) is unknown color: approx China Ivory. HEX triplet: FD, F5 and CF. RGB value is (253,245,207). Sum of RGB (Red+Green+Blue) = 253+245+207=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 245 (96.09% from 255 or 34.75% from 705); Blue value is 207 (81.25% from 255 or 29.36% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5CF is #020A30. Grayscale: #F3F3F3. Windows color (decimal): -133681 or 13628925. OLE color: 13628925.

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

Color convert

RGB253245207-
CMYK00.030.180.01
HSL49.57º92%90.2%-
HSV(B)49.57º18.18%99.22%-
XYZ84.4290.6972.09-
YUV243.06107.65135.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.89%
GREEN value IS 245 (96.09% from 255) = 34.75%
BLUE value IS 207 (81.25% from 255) = 29.36%
R=35.89%
G=34.75%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324520700.030.180.0149.579290.2
HexFDF5CF03121325c5a
Octal3753653170322162134132
Binary11111101111101011100111101110010111001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5CF; }

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

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

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

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

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

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

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

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