#FDF4D7

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

Shades of China Ivory #FDF4D7

Tints of China Ivory #FDF4D7

Color information

#FDF4D7 (or 0xFDF4D7) is unknown color: approx China Ivory. HEX triplet: FD, F4 and D7. RGB value is (253,244,215). Sum of RGB (Red+Green+Blue) = 253+244+215=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 244 (95.70% from 255 or 34.27% from 712); Blue value is 215 (84.38% from 255 or 30.20% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4D7 is #020B28. Grayscale: #F3F3F3. Windows color (decimal): -133929 or 14152957. OLE color: 14152957.

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

Color convert

RGB253244215-
CMYK00.040.150.01
HSL45.79º90.48%91.76%-
HSV(B)45.79º15.02%99.22%-
XYZ85.1290.4977.27-
YUV243.38111.98134.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.53%
GREEN value IS 244 (95.70% from 255) = 34.27%
BLUE value IS 215 (84.38% from 255) = 30.20%
R=35.53%
G=34.27%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324421500.040.150.0145.7990.4891.76
HexFDF4D704F12e5a5c
Octal3753643270417156132134
Binary11111101111101001101011101001111110111010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4D7; }

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

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

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

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

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

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

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

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