#FDFCD1

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

Shades of Cream #FDFCD1

Tints of Cream #FDFCD1

Color information

#FDFCD1 (or 0xFDFCD1) is unknown color: approx Cream. HEX triplet: FD, FC and D1. RGB value is (253,252,209). Sum of RGB (Red+Green+Blue) = 253+252+209=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 252 (98.83% from 255 or 35.29% from 714); Blue value is 209 (82.03% from 255 or 29.27% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCD1 is #02032E. Grayscale: #F7F7F7. Windows color (decimal): -131887 or 13761789. OLE color: 13761789.

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

Color convert

RGB253252209-
CMYK00.000.170.01
HSL58.64º91.67%90.59%-
HSV(B)58.64º17.39%99.22%-
XYZ86.8395.1174.1-
YUV247.4106.33132-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.43%
GREEN value IS 252 (98.83% from 255) = 35.29%
BLUE value IS 209 (82.03% from 255) = 29.27%
R=35.43%
G=35.29%
B=29.27%

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
Decimal25325220900.000.170.0158.6491.6790.59
HexFDFCD1001113b5c5b
Octal3753743210021173134133
Binary1111110111111100110100010010001111101110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCD1; }

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

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

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

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

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

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

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

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