#FDF3CA

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

Shades of China Ivory #FDF3CA

Tints of China Ivory #FDF3CA

Color information

#FDF3CA (or 0xFDF3CA) is unknown color: approx China Ivory. HEX triplet: FD, F3 and CA. RGB value is (253,243,202). Sum of RGB (Red+Green+Blue) = 253+243+202=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 243 (95.31% from 255 or 34.81% from 698); Blue value is 202 (79.30% from 255 or 28.94% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3CA is #020C35. Grayscale: #F1F1F1. Windows color (decimal): -134198 or 13300733. OLE color: 13300733.

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

Color convert

RGB253243202-
CMYK00.040.200.01
HSL48.24º92.73%89.22%-
HSV(B)48.24º20.16%99.22%-
XYZ83.2289.2568.72-
YUV241.32105.81136.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.25%
GREEN value IS 243 (95.31% from 255) = 34.81%
BLUE value IS 202 (79.30% from 255) = 28.94%
R=36.25%
G=34.81%
B=28.94%

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
Decimal25324320200.040.200.0148.2492.7389.22
HexFDF3CA04141305d59
Octal3753633120424160135131
Binary111111011111001111001010010010100111000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF3CA; }

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

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

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

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

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

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

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

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