Html Css Color HEX #F9FAA2 Pale Prim

📋 copy color: '#F9FAA2'

red 249 ◦ green 250 ◦ blue 162

#F9FAA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Prim #F9FAA2

Tints of Pale Prim #F9FAA2

RGB

 RED value IS 249 (97.66% from 255) = 37.67%

 GREEN value IS 250 (98.05% from 255) = 37.82%

 BLUE value IS 162 (63.67% from 255) = 24.51%

R = 37.67%
G = 37.82%
B = 24.51%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F9FAA2 (or 0xF9FAA2) is known color: Pale Prim. HEX triplet: F9, FA and A2. RGB value is (249,250,162). Sum of RGB (Red+Green+Blue) = 249+250+162=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 162 (63.67% from 255 or 24.51% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FAA2 is #06055D. Grayscale: #F0F0F0. Windows color (decimal): -394590 or 10681081. OLE color: 10681081.

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

Color convert

RGB 249 250 162 -
CMYK 0.00 0 0.35 0.02
HSL 60.68º 0.9% 0.81% -
HSV(B) 60.68º 0.35% 0.98% -
XYZ 79.77 91.12 47.57 -
YUV 239.67 84.17 134.66 -
System Red Green Blue C M Y K H S L
Decimal 249 250 162 0.00 0 0.35 0.02 60.68 0.9 0.81
Hex F9 FA A2 0 0 23 2 3D 5A 51
Octal 371 372 242 0 0 43 2 75 132 121
Binary 11111001 11111010 10100010 0 0 100011 10 111101 1011010 1010001

Color Harmonies of #F9FAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FAA2

Black with #F9FAA2

Text Example


Text Example

White with #F9FAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FAA2; }

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

 H1.HeaderClassName
 {
   color: #F9FAA2;
 }
 .AnyTagClassName
 {
   color: #F9FAA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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