#FDF4CB

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

Shades of China Ivory #FDF4CB

Tints of China Ivory #FDF4CB

Color information

#FDF4CB (or 0xFDF4CB) is unknown color: approx China Ivory. HEX triplet: FD, F4 and CB. RGB value is (253,244,203). Sum of RGB (Red+Green+Blue) = 253+244+203=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 244 (95.70% from 255 or 34.86% from 700); Blue value is 203 (79.69% from 255 or 29% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4CB is #020B34. Grayscale: #F2F2F2. Windows color (decimal): -133941 or 13366525. OLE color: 13366525.

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

Color convert

RGB253244203-
CMYK00.040.200.01
HSL49.2º92.59%89.41%-
HSV(B)49.2º19.76%99.22%-
XYZ83.6489.969.44-
YUV242.02105.98135.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.14%
GREEN value IS 244 (95.70% from 255) = 34.86%
BLUE value IS 203 (79.69% from 255) = 29%
R=36.14%
G=34.86%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324420300.040.200.0149.292.5989.41
HexFDF4CB04141315d59
Octal3753643130424161135131
Binary111111011111010011001011010010100111000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4CB; }

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

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

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

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

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

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

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

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