#FDFEC9

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

Shades of Cream #FDFEC9

Tints of Cream #FDFEC9

Color information

#FDFEC9 (or 0xFDFEC9) is unknown color: approx Cream. HEX triplet: FD, FE and C9. RGB value is (253,254,201). Sum of RGB (Red+Green+Blue) = 253+254+201=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 201 (78.91% from 255 or 28.39% from 708); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEC9 is #020136. Grayscale: #F7F7F7. Windows color (decimal): -131383 or 13238013. OLE color: 13238013.

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

Color convert

RGB253254201-
CMYK0.0000.210.00
HSL61.13º96.36%89.22%-
HSV(B)61.13º20.87%99.61%-
XYZ86.4995.9869.23-
YUV247.66101.67131.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.73%
GREEN value IS 254 (99.61% from 255) = 35.88%
BLUE value IS 201 (78.91% from 255) = 28.39%
R=35.73%
G=35.88%
B=28.39%

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
Decimal2532542010.0000.210.0061.1396.3689.22
HexFDFEC9001503d6059
Octal3753763110025075140131
Binary1111110111111110110010010010101011110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEC9; }

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

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

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

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

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

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

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

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