#FDFAD1

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

Shades of Cream #FDFAD1

Tints of Cream #FDFAD1

Color information

#FDFAD1 (or 0xFDFAD1) is unknown color: approx Cream. HEX triplet: FD, FA and D1. RGB value is (253,250,209). Sum of RGB (Red+Green+Blue) = 253+250+209=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 209 (82.03% from 255 or 29.35% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAD1 is #02052E. Grayscale: #F6F6F6. Windows color (decimal): -132399 or 13761277. OLE color: 13761277.

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

Color convert

RGB253250209-
CMYK00.010.170.01
HSL55.91º91.67%90.59%-
HSV(B)55.91º17.39%99.22%-
XYZ86.293.8673.89-
YUV246.22106.99132.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.53%
GREEN value IS 250 (98.05% from 255) = 35.11%
BLUE value IS 209 (82.03% from 255) = 29.35%
R=35.53%
G=35.11%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325020900.010.170.0155.9191.6790.59
HexFDFAD101111385c5b
Octal3753723210121170134133
Binary1111110111111010110100010110001111100010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAD1; }

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

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

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

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

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

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

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

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