Html Css Color HEX #F5F1AA Shalimar

📋 copy color: '#F5F1AA'

red 245 ◦ green 241 ◦ blue 170

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

Shades of Shalimar #F5F1AA

Tints of Shalimar #F5F1AA

RGB

 RED value IS 245 (96.09% from 255) = 37.35%

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

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

R = 37.35%
G = 36.74%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F5F1AA (or 0xF5F1AA) is known color: Shalimar. HEX triplet: F5, F1 and AA. RGB value is (245,241,170). Sum of RGB (Red+Green+Blue) = 245+241+170=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 170 (66.80% from 255 or 25.91% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F1AA is #0A0E55. Grayscale: #EAEAEA. Windows color (decimal): -659030 or 11203061. OLE color: 11203061.

HSL color Cylindrical-coordinate representation of color #F5F1AA: hue angle of 56.8º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5F1AA is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 241 170 -
CMYK 0 0.02 0.31 0.04
HSL 56.8º 0.79% 0.81% -
HSV(B) 56.8º 0.31% 0.96% -
XYZ 76.37 85.23 50.46 -
YUV 234.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 245 241 170 0 0.02 0.31 0.04 56.8 0.79 0.81
Hex F5 F1 AA 0 2 1F 4 39 4F 51
Octal 365 361 252 0 2 37 4 71 117 121
Binary 11110101 11110001 10101010 0 10 11111 100 111001 1001111 1010001

Color Harmonies of #F5F1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F1AA

Black with #F5F1AA

Text Example


Text Example

White with #F5F1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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