#FDF3D2

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

Shades of China Ivory #FDF3D2

Tints of China Ivory #FDF3D2

Color information

#FDF3D2 (or 0xFDF3D2) is unknown color: approx China Ivory. HEX triplet: FD, F3 and D2. RGB value is (253,243,210). Sum of RGB (Red+Green+Blue) = 253+243+210=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 243 (95.31% from 255 or 34.42% from 706); Blue value is 210 (82.42% from 255 or 29.75% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3D2 is #020C2D. Grayscale: #F2F2F2. Windows color (decimal): -134190 or 13825021. OLE color: 13825021.

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

Color convert

RGB253243210-
CMYK00.040.170.01
HSL46.05º91.49%90.78%-
HSV(B)46.05º17%99.22%-
XYZ84.1989.6473.84-
YUV242.23109.81135.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.84%
GREEN value IS 243 (95.31% from 255) = 34.42%
BLUE value IS 210 (82.42% from 255) = 29.75%
R=35.84%
G=34.42%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324321000.040.170.0146.0591.4990.78
HexFDF3D2041112e5b5b
Octal3753633220421156133133
Binary111111011111001111010010010010001110111010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF3D2; }

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

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

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

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

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

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

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

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