Html Css Color HEX #F2F1AF Shalimar

📋 copy color: '#F2F1AF'

red 242 ◦ green 241 ◦ blue 175

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

Shades of Shalimar #F2F1AF

Tints of Shalimar #F2F1AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.6%

R = 36.78%
G = 36.63%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F2F1AF (or 0xF2F1AF) is known color: Shalimar. HEX triplet: F2, F1 and AF. RGB value is (242,241,175). Sum of RGB (Red+Green+Blue) = 242+241+175=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 175 (68.75% from 255 or 26.60% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F1AF is #0D0E50. Grayscale: #EAEAEA. Windows color (decimal): -855633 or 11530738. OLE color: 11530738.

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

Color convert

RGB 242 241 175 -
CMYK 0 0.00 0.28 0.05
HSL 59.1º 0.72% 0.82% -
HSV(B) 59.1º 0.28% 0.95% -
XYZ 75.81 84.88 52.95 -
YUV 233.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 242 241 175 0 0.00 0.28 0.05 59.1 0.72 0.82
Hex F2 F1 AF 0 0 1C 5 3B 48 52
Octal 362 361 257 0 0 34 5 73 110 122
Binary 11110010 11110001 10101111 0 0 11100 101 111011 1001000 1010010

Color Harmonies of #F2F1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F1AF

Black with #F2F1AF

Text Example


Text Example

White with #F2F1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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