Html Css Color HEX #F2F1AD Shalimar

📋 copy color: '#F2F1AD'

red 242 ◦ green 241 ◦ blue 173

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

Shades of Shalimar #F2F1AD

Tints of Shalimar #F2F1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.37%

R = 36.89%
G = 36.74%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2F1AD (or 0xF2F1AD) is known color: Shalimar. HEX triplet: F2, F1 and AD. RGB value is (242,241,173). Sum of RGB (Red+Green+Blue) = 242+241+173=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 173 (67.97% from 255 or 26.37% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F1AD is #0D0E52. Grayscale: #E9E9E9. Windows color (decimal): -855635 or 11399666. OLE color: 11399666.

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

Color convert

RGB 242 241 173 -
CMYK 0 0.00 0.29 0.05
HSL 59.13º 0.73% 0.81% -
HSV(B) 59.13º 0.29% 0.95% -
XYZ 75.62 84.8 51.92 -
YUV 233.55 93.83 134.03 -
System Red Green Blue C M Y K H S L
Decimal 242 241 173 0 0.00 0.29 0.05 59.13 0.73 0.81
Hex F2 F1 AD 0 0 1D 5 3B 49 51
Octal 362 361 255 0 0 35 5 73 111 121
Binary 11110010 11110001 10101101 0 0 11101 101 111011 1001001 1010001

Color Harmonies of #F2F1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F1AD

Black with #F2F1AD

Text Example


Text Example

White with #F2F1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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