#FDFAD2

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

Shades of Cream #FDFAD2

Tints of Cream #FDFAD2

Color information

#FDFAD2 (or 0xFDFAD2) is unknown color: approx Cream. HEX triplet: FD, FA and D2. RGB value is (253,250,210). Sum of RGB (Red+Green+Blue) = 253+250+210=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 210 (82.42% from 255 or 29.45% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAD2 is #02052D. Grayscale: #F6F6F6. Windows color (decimal): -132398 or 13826813. OLE color: 13826813.

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

Color convert

RGB253250210-
CMYK00.010.170.01
HSL55.81º91.49%90.78%-
HSV(B)55.81º17%99.22%-
XYZ86.3393.9174.55-
YUV246.34107.49132.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.48%
GREEN value IS 250 (98.05% from 255) = 35.06%
BLUE value IS 210 (82.42% from 255) = 29.45%
R=35.48%
G=35.06%
B=29.45%

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
Decimal25325021000.010.170.0155.8191.4990.78
HexFDFAD201111385b5b
Octal3753723220121170133133
Binary1111110111111010110100100110001111100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAD2; }

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

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

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

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

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

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

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

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