#FDFCCD

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

Shades of Cream #FDFCCD

Tints of Cream #FDFCCD

Color information

#FDFCCD (or 0xFDFCCD) is unknown color: approx Cream. HEX triplet: FD, FC and CD. RGB value is (253,252,205). Sum of RGB (Red+Green+Blue) = 253+252+205=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 205 (80.47% from 255 or 28.87% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCCD is #020332. Grayscale: #F7F7F7. Windows color (decimal): -131891 or 13499645. OLE color: 13499645.

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

Color convert

RGB253252205-
CMYK00.000.190.01
HSL58.75º92.31%89.8%-
HSV(B)58.75º18.97%99.22%-
XYZ86.3494.9171.53-
YUV246.94104.33132.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.63%
GREEN value IS 252 (98.83% from 255) = 35.49%
BLUE value IS 205 (80.47% from 255) = 28.87%
R=35.63%
G=35.49%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325220500.000.190.0158.7592.3189.8
HexFDFCCD001313b5c5a
Octal3753743150023173134132
Binary1111110111111100110011010010011111101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCCD; }

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

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

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

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

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

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

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

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