#FDFAD3

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

Shades of Cream #FDFAD3

Tints of Cream #FDFAD3

Color information

#FDFAD3 (or 0xFDFAD3) is unknown color: approx Cream. HEX triplet: FD, FA and D3. RGB value is (253,250,211). Sum of RGB (Red+Green+Blue) = 253+250+211=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 250 (98.05% from 255 or 35.01% from 714); Blue value is 211 (82.81% from 255 or 29.55% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAD3 is #02052C. Grayscale: #F6F6F6. Windows color (decimal): -132397 or 13892349. OLE color: 13892349.

HSL color Cylindrical-coordinate representation of color #FDFAD3: hue angle of 55.71º degrees, saturation: 0.91, 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 #FDFAD3 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB253250211-
CMYK00.010.170.01
HSL55.71º91.3%90.98%-
HSV(B)55.71º16.6%99.22%-
XYZ86.4593.9675.21-
YUV246.45107.99132.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.43%
GREEN value IS 250 (98.05% from 255) = 35.01%
BLUE value IS 211 (82.81% from 255) = 29.55%
R=35.43%
G=35.01%
B=29.55%

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
Decimal25325021100.010.170.0155.7191.390.98
HexFDFAD301111385b5b
Octal3753723230121170133133
Binary1111110111111010110100110110001111100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAD3; }

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

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

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

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

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

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

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

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