#FDF3CD

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

Shades of China Ivory #FDF3CD

Tints of China Ivory #FDF3CD

Color information

#FDF3CD (or 0xFDF3CD) is unknown color: approx China Ivory. HEX triplet: FD, F3 and CD. RGB value is (253,243,205). Sum of RGB (Red+Green+Blue) = 253+243+205=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 205 (80.47% from 255 or 29.24% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3CD is #020C32. Grayscale: #F1F1F1. Windows color (decimal): -134195 or 13497341. OLE color: 13497341.

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

Color convert

RGB253243205-
CMYK00.040.190.01
HSL47.5º92.31%89.8%-
HSV(B)47.5º18.97%99.22%-
XYZ83.5889.3970.61-
YUV241.66107.31136.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.09%
GREEN value IS 243 (95.31% from 255) = 34.66%
BLUE value IS 205 (80.47% from 255) = 29.24%
R=36.09%
G=34.66%
B=29.24%

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
Decimal25324320500.040.190.0147.592.3189.8
HexFDF3CD04131305c5a
Octal3753633150423160134132
Binary111111011111001111001101010010011111000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF3CD; }

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

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

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

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

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

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

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

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