Html Css Color HEX #F2F1AA Shalimar

📋 copy color: '#F2F1AA'

red 242 ◦ green 241 ◦ blue 170

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

Shades of Shalimar #F2F1AA

Tints of Shalimar #F2F1AA

RGB

 RED value IS 242 (94.92% from 255) = 37.06%

 GREEN value IS 241 (94.53% from 255) = 36.91%

 BLUE value IS 170 (66.8% from 255) = 26.03%

R = 37.06%
G = 36.91%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F2F1AA (or 0xF2F1AA) is known color: Shalimar. HEX triplet: F2, F1 and AA. RGB value is (242,241,170). Sum of RGB (Red+Green+Blue) = 242+241+170=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 170 (66.80% from 255 or 26.03% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F1AA is #0D0E55. Grayscale: #E9E9E9. Windows color (decimal): -855638 or 11203058. OLE color: 11203058.

HSL color Cylindrical-coordinate representation of color #F2F1AA: hue angle of 59.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2F1AA is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 241 170 -
CMYK 0 0.00 0.30 0.05
HSL 59.17º 0.73% 0.81% -
HSV(B) 59.17º 0.3% 0.95% -
XYZ 75.33 84.69 50.41 -
YUV 233.21 92.33 134.27 -
System Red Green Blue C M Y K H S L
Decimal 242 241 170 0 0.00 0.30 0.05 59.17 0.73 0.81
Hex F2 F1 AA 0 0 1E 5 3B 49 51
Octal 362 361 252 0 0 36 5 73 111 121
Binary 11110010 11110001 10101010 0 0 11110 101 111011 1001001 1010001

Color Harmonies of #F2F1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F1AA

Black with #F2F1AA

Text Example


Text Example

White with #F2F1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F1AA; }

 p { color: rgb(242,241,170); }

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

background-color css

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

 a { background-color: rgb(242,241,170); }

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

border-color css

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

 span { border-color: rgb(242,241,170); }

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