Html Css Color HEX #F4F9A2 Shalimar

📋 copy color: '#F4F9A2'

red 244 ◦ green 249 ◦ blue 162

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

Shades of Shalimar #F4F9A2

Tints of Shalimar #F4F9A2

RGB

 RED value IS 244 (95.7% from 255) = 37.25%

 GREEN value IS 249 (97.66% from 255) = 38.02%

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

R = 37.25%
G = 38.02%
B = 24.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F4F9A2 (or 0xF4F9A2) is known color: Shalimar. HEX triplet: F4, F9 and A2. RGB value is (244,249,162). Sum of RGB (Red+Green+Blue) = 244+249+162=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 162 (63.67% from 255 or 24.73% from 655); Max value from RGB is 249 - color contains mainly: green. Hex color #F4F9A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F9A2 is #0B065D. Grayscale: #EDEDED. Windows color (decimal): -722526 or 10680820. OLE color: 10680820.

HSL color Cylindrical-coordinate representation of color #F4F9A2: hue angle of 63.45º degrees, saturation: 0.88, 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 #F4F9A2 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 249 162 -
CMYK 0.02 0 0.35 0.02
HSL 63.45º 0.88% 0.81% -
HSV(B) 63.45º 0.35% 0.98% -
XYZ 77.71 89.59 47.38 -
YUV 237.59 85.34 132.57 -
System Red Green Blue C M Y K H S L
Decimal 244 249 162 0.02 0 0.35 0.02 63.45 0.88 0.81
Hex F4 F9 A2 2 0 23 2 3F 58 51
Octal 364 371 242 2 0 43 2 77 130 121
Binary 11110100 11111001 10100010 10 0 100011 10 111111 1011000 1010001

Color Harmonies of #F4F9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4F9A2

Black with #F4F9A2

Text Example


Text Example

White with #F4F9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4F9A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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