#FDFDC5

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

Shades of Cream #FDFDC5

Tints of Cream #FDFDC5

Color information

#FDFDC5 (or 0xFDFDC5) is unknown color: approx Cream. HEX triplet: FD, FD and C5. RGB value is (253,253,197). Sum of RGB (Red+Green+Blue) = 253+253+197=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 197 (77.34% from 255 or 28.02% from 703); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDC5 is #02023A. Grayscale: #F6F6F6. Windows color (decimal): -131643 or 12975613. OLE color: 12975613.

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

Color convert

RGB253253197-
CMYK000.220.01
HSL60º93.33%88.24%-
HSV(B)60º22.13%99.22%-
XYZ85.7195.1666.67-
YUV246.62100132.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.99%
GREEN value IS 253 (99.22% from 255) = 35.99%
BLUE value IS 197 (77.34% from 255) = 28.02%
R=35.99%
G=35.99%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253197000.220.016093.3388.24
HexFDFDC5001613c5d58
Octal3753753050026174135130
Binary1111110111111101110001010010110111110010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDC5; }

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

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

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

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

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

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

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

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