#FDFEC7

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

Shades of Cream #FDFEC7

Tints of Cream #FDFEC7

Color information

#FDFEC7 (or 0xFDFEC7) is unknown color: approx Cream. HEX triplet: FD, FE and C7. RGB value is (253,254,199). Sum of RGB (Red+Green+Blue) = 253+254+199=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 199 (78.12% from 255 or 28.19% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEC7 is #020138. Grayscale: #F7F7F7. Windows color (decimal): -131385 or 13106941. OLE color: 13106941.

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

Color convert

RGB253254199-
CMYK0.0000.220.00
HSL61.09º96.49%88.82%-
HSV(B)61.09º21.65%99.61%-
XYZ86.2695.8968-
YUV247.43100.67131.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.84%
GREEN value IS 254 (99.61% from 255) = 35.98%
BLUE value IS 199 (78.12% from 255) = 28.19%
R=35.84%
G=35.98%
B=28.19%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541990.0000.220.0061.0996.4988.82
HexFDFEC7001603d6059
Octal3753763070026075140131
Binary1111110111111110110001110010110011110111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEC7; }

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

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

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

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

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

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

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

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