#FDFAD4

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

Shades of Cream #FDFAD4

Tints of Cream #FDFAD4

Color information

#FDFAD4 (or 0xFDFAD4) is unknown color: approx Cream. HEX triplet: FD, FA and D4. RGB value is (253,250,212). Sum of RGB (Red+Green+Blue) = 253+250+212=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 212 (83.20% from 255 or 29.65% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAD4 is #02052B. Grayscale: #F6F6F6. Windows color (decimal): -132396 or 13957885. OLE color: 13957885.

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

Color convert

RGB253250212-
CMYK00.010.160.01
HSL55.61º91.11%91.18%-
HSV(B)55.61º16.21%99.22%-
XYZ86.5894.0175.87-
YUV246.56108.49132.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.38%
GREEN value IS 250 (98.05% from 255) = 34.97%
BLUE value IS 212 (83.20% from 255) = 29.65%
R=35.38%
G=34.97%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325021200.010.160.0155.6191.1191.18
HexFDFAD401101385b5b
Octal3753723240120170133133
Binary1111110111111010110101000110000111100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAD4; }

 p { color: rgb(253,250,212); }

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

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

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

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

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

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

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