#FDFEC8

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

Shades of Cream #FDFEC8

Tints of Cream #FDFEC8

Color information

#FDFEC8 (or 0xFDFEC8) is unknown color: approx Cream. HEX triplet: FD, FE and C8. RGB value is (253,254,200). Sum of RGB (Red+Green+Blue) = 253+254+200=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 200 (78.52% from 255 or 28.29% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEC8 is #020137. Grayscale: #F7F7F7. Windows color (decimal): -131384 or 13172477. OLE color: 13172477.

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

Color convert

RGB253254200-
CMYK0.0000.210.00
HSL61.11º96.43%89.02%-
HSV(B)61.11º21.26%99.61%-
XYZ86.3895.9468.61-
YUV247.54101.17131.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.79%
GREEN value IS 254 (99.61% from 255) = 35.93%
BLUE value IS 200 (78.52% from 255) = 28.29%
R=35.79%
G=35.93%
B=28.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542000.0000.210.0061.1196.4389.02
HexFDFEC8001503d6059
Octal3753763100025075140131
Binary1111110111111110110010000010101011110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEC8; }

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

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

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

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

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

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

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

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