#FDFCD3

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

Shades of Cream #FDFCD3

Tints of Cream #FDFCD3

Color information

#FDFCD3 (or 0xFDFCD3) is unknown color: approx Cream. HEX triplet: FD, FC and D3. RGB value is (253,252,211). Sum of RGB (Red+Green+Blue) = 253+252+211=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 211 (82.81% from 255 or 29.47% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCD3 is #02032C. Grayscale: #F7F7F7. Windows color (decimal): -131885 or 13892861. OLE color: 13892861.

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

Color convert

RGB253252211-
CMYK00.000.170.01
HSL58.57º91.3%90.98%-
HSV(B)58.57º16.6%99.22%-
XYZ87.0895.2175.42-
YUV247.62107.33131.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.34%
GREEN value IS 252 (98.83% from 255) = 35.20%
BLUE value IS 211 (82.81% from 255) = 29.47%
R=35.34%
G=35.20%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325221100.000.170.0158.5791.390.98
HexFDFCD3001113b5b5b
Octal3753743230021173133133
Binary1111110111111100110100110010001111101110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCD3; }

 p { color: rgb(253,252,211); }

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

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

 a { background-color: rgb(253,252,211); }

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

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

 span { border-color: rgb(253,252,211); }

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