#FDF2CB

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

Shades of China Ivory #FDF2CB

Tints of China Ivory #FDF2CB

Color information

#FDF2CB (or 0xFDF2CB) is unknown color: approx China Ivory. HEX triplet: FD, F2 and CB. RGB value is (253,242,203). Sum of RGB (Red+Green+Blue) = 253+242+203=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 203 (79.69% from 255 or 29.08% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2CB is #020D34. Grayscale: #F1F1F1. Windows color (decimal): -134453 or 13366013. OLE color: 13366013.

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

Color convert

RGB253242203-
CMYK00.040.200.01
HSL46.8º92.59%89.41%-
HSV(B)46.8º19.76%99.22%-
XYZ83.0488.769.24-
YUV240.84106.64136.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.25%
GREEN value IS 242 (94.92% from 255) = 34.67%
BLUE value IS 203 (79.69% from 255) = 29.08%
R=36.25%
G=34.67%
B=29.08%

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
Decimal25324220300.040.200.0146.892.5989.41
HexFDF2CB041412f5d59
Octal3753623130424157135131
Binary111111011111001011001011010010100110111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF2CB; }

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

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

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

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

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

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

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

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