#F9FAA1

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

Shades of Pale Prim #F9FAA1

Tints of Pale Prim #F9FAA1

Color information

#F9FAA1 (or 0xF9FAA1) is unknown color: approx Pale Prim. HEX triplet: F9, FA and A1. RGB value is (249,250,161). Sum of RGB (Red+Green+Blue) = 249+250+161=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 161 (63.28% from 255 or 24.39% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FAA1 is #06055E. Grayscale: #EFEFEF. Windows color (decimal): -394591 or 10615545. OLE color: 10615545.

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

Color convert

RGB249250161-
CMYK0.0000.360.02
HSL60.67º89.9%80.59%-
HSV(B)60.67º35.6%98.04%-
XYZ79.6991.0847.1-
YUV239.5683.67134.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.73%
GREEN value IS 250 (98.05% from 255) = 37.88%
BLUE value IS 161 (63.28% from 255) = 24.39%
R=37.73%
G=37.88%
B=24.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492501610.0000.360.0260.6789.980.59
HexF9FAA1002423d5a51
Octal3713722410044275132121
Binary111110011111101010100001001001001011110110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FAA1; }

 p { color: rgb(249,250,161); }

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

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

 a { background-color: rgb(249,250,161); }

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

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

 span { border-color: rgb(249,250,161); }

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