#FDFAA0

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

Shades of Pale Prim #FDFAA0

Tints of Pale Prim #FDFAA0

Color information

#FDFAA0 (or 0xFDFAA0) is unknown color: approx Pale Prim. HEX triplet: FD, FA and A0. RGB value is (253,250,160). Sum of RGB (Red+Green+Blue) = 253+250+160=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 160 (62.89% from 255 or 24.13% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAA0 is #02055F. Grayscale: #F0F0F0. Windows color (decimal): -132448 or 10550013. OLE color: 10550013.

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

Color convert

RGB253250160-
CMYK00.010.370.01
HSL58.06º95.88%80.98%-
HSV(B)58.06º36.76%99.22%-
XYZ81.0491.7946.7-
YUV240.6482.49136.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.16%
GREEN value IS 250 (98.05% from 255) = 37.71%
BLUE value IS 160 (62.89% from 255) = 24.13%
R=38.16%
G=37.71%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325016000.010.370.0158.0695.8880.98
HexFDFAA0012513a6051
Octal3753722400145172140121
Binary11111101111110101010000001100101111101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAA0; }

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

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

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

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

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

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

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

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