#FDFCD0

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

Shades of Cream #FDFCD0

Tints of Cream #FDFCD0

Color information

#FDFCD0 (or 0xFDFCD0) is unknown color: approx Cream. HEX triplet: FD, FC and D0. RGB value is (253,252,208). Sum of RGB (Red+Green+Blue) = 253+252+208=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 208 (81.64% from 255 or 29.17% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCD0 is #02032F. Grayscale: #F7F7F7. Windows color (decimal): -131888 or 13696253. OLE color: 13696253.

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

Color convert

RGB253252208-
CMYK00.000.180.01
HSL58.67º91.84%90.39%-
HSV(B)58.67º17.79%99.22%-
XYZ86.795.0673.45-
YUV247.28105.83132.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.48%
GREEN value IS 252 (98.83% from 255) = 35.34%
BLUE value IS 208 (81.64% from 255) = 29.17%
R=35.48%
G=35.34%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325220800.000.180.0158.6791.8490.39
HexFDFCD0001213b5c5a
Octal3753743200022173134132
Binary1111110111111100110100000010010111101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCD0; }

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

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

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

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

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

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

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

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