#FDFEC5

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

Shades of Cream #FDFEC5

Tints of Cream #FDFEC5

Color information

#FDFEC5 (or 0xFDFEC5) is unknown color: approx Cream. HEX triplet: FD, FE and C5. RGB value is (253,254,197). Sum of RGB (Red+Green+Blue) = 253+254+197=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 197 (77.34% from 255 or 27.98% from 704); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEC5 is #02013A. Grayscale: #F7F7F7. Windows color (decimal): -131387 or 12975869. OLE color: 12975869.

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

Color convert

RGB253254197-
CMYK0.0000.220.00
HSL61.05º96.61%88.43%-
HSV(B)61.05º22.44%99.61%-
XYZ86.0395.866.78-
YUV247.299.67132.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.94%
GREEN value IS 254 (99.61% from 255) = 36.08%
BLUE value IS 197 (77.34% from 255) = 27.98%
R=35.94%
G=36.08%
B=27.98%

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
Decimal2532541970.0000.220.0061.0596.6188.43
HexFDFEC5001603d6158
Octal3753763050026075141130
Binary1111110111111110110001010010110011110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEC5; }

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

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

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

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

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

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

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

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