#FDFCA2

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

Shades of Pale Prim #FDFCA2

Tints of Pale Prim #FDFCA2

Color information

#FDFCA2 (or 0xFDFCA2) is unknown color: approx Pale Prim. HEX triplet: FD, FC and A2. RGB value is (253,252,162). Sum of RGB (Red+Green+Blue) = 253+252+162=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 162 (63.67% from 255 or 24.29% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFCA2 is #02035D. Grayscale: #F2F2F2. Windows color (decimal): -131934 or 10681597. OLE color: 10681597.

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

Color convert

RGB253252162-
CMYK00.000.360.01
HSL59.34º95.79%81.37%-
HSV(B)59.34º35.97%99.22%-
XYZ81.8493.1147.84-
YUV242.0482.83135.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 252 (98.83% from 255) = 37.78%
BLUE value IS 162 (63.67% from 255) = 24.29%
R=37.93%
G=37.78%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325216200.000.360.0159.3495.7981.37
HexFDFCA2002413b6051
Octal3753742420044173140121
Binary11111101111111001010001000100100111101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCA2; }

 p { color: rgb(253,252,162); }

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

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

 a { background-color: rgb(253,252,162); }

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

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

 span { border-color: rgb(253,252,162); }

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