#FDFECE

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

Shades of Cream #FDFECE

Tints of Cream #FDFECE

Color information

#FDFECE (or 0xFDFECE) is unknown color: approx Cream. HEX triplet: FD, FE and CE. RGB value is (253,254,206). Sum of RGB (Red+Green+Blue) = 253+254+206=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 206 (80.86% from 255 or 28.89% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFECE is #020131. Grayscale: #F8F8F8. Windows color (decimal): -131378 or 13565693. OLE color: 13565693.

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

Color convert

RGB253254206-
CMYK0.0000.190.00
HSL61.25º96%90.2%-
HSV(B)61.25º18.9%99.61%-
XYZ87.0996.2272.38-
YUV248.23104.17131.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.48%
GREEN value IS 254 (99.61% from 255) = 35.62%
BLUE value IS 206 (80.86% from 255) = 28.89%
R=35.48%
G=35.62%
B=28.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542060.0000.190.0061.259690.2
HexFDFECE001303d605a
Octal3753763160023075140132
Binary1111110111111110110011100010011011110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFECE; }

 p { color: rgb(253,254,206); }

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

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

 a { background-color: rgb(253,254,206); }

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

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

 span { border-color: rgb(253,254,206); }

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