#FDFCD2

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

Shades of Cream #FDFCD2

Tints of Cream #FDFCD2

Color information

#FDFCD2 (or 0xFDFCD2) is unknown color: approx Cream. HEX triplet: FD, FC and D2. RGB value is (253,252,210). Sum of RGB (Red+Green+Blue) = 253+252+210=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 210 (82.42% from 255 or 29.37% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCD2 is #02032D. Grayscale: #F7F7F7. Windows color (decimal): -131886 or 13827325. OLE color: 13827325.

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

Color convert

RGB253252210-
CMYK00.000.170.01
HSL58.6º91.49%90.78%-
HSV(B)58.6º17%99.22%-
XYZ86.9595.1674.76-
YUV247.51106.83131.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.38%
GREEN value IS 252 (98.83% from 255) = 35.24%
BLUE value IS 210 (82.42% from 255) = 29.37%
R=35.38%
G=35.24%
B=29.37%

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
Decimal25325221000.000.170.0158.691.4990.78
HexFDFCD2001113b5b5b
Octal3753743220021173133133
Binary1111110111111100110100100010001111101110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCD2; }

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

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

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

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

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

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

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

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