Html Css Color HEX #F2F1AB Shalimar

📋 copy color: '#F2F1AB'

red 242 ◦ green 241 ◦ blue 171

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

Shades of Shalimar #F2F1AB

Tints of Shalimar #F2F1AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.15%

R = 37%
G = 36.85%
B = 26.15%

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

#F2F1AB (or 0xF2F1AB) is known color: Shalimar. HEX triplet: F2, F1 and AB. RGB value is (242,241,171). Sum of RGB (Red+Green+Blue) = 242+241+171=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 171 (67.19% from 255 or 26.15% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F1AB is #0D0E54. Grayscale: #E9E9E9. Windows color (decimal): -855637 or 11268594. OLE color: 11268594.

HSL color Cylindrical-coordinate representation of color #F2F1AB: hue angle of 59.15º 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 #F2F1AB is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 241 171 -
CMYK 0 0.00 0.29 0.05
HSL 59.15º 0.73% 0.81% -
HSV(B) 59.15º 0.29% 0.95% -
XYZ 75.42 84.73 50.91 -
YUV 233.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 242 241 171 0 0.00 0.29 0.05 59.15 0.73 0.81
Hex F2 F1 AB 0 0 1D 5 3B 49 51
Octal 362 361 253 0 0 35 5 73 111 121
Binary 11110010 11110001 10101011 0 0 11101 101 111011 1001001 1010001

Color Harmonies of #F2F1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F1AB

Black with #F2F1AB

Text Example


Text Example

White with #F2F1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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