Html Css Color HEX #F5F2AB Shalimar

📋 copy color: '#F5F2AB'

red 245 ◦ green 242 ◦ blue 171

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

Shades of Shalimar #F5F2AB

Tints of Shalimar #F5F2AB

RGB

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

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

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

R = 37.23%
G = 36.78%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F5F2AB (or 0xF5F2AB) is known color: Shalimar. HEX triplet: F5, F2 and AB. RGB value is (245,242,171). Sum of RGB (Red+Green+Blue) = 245+242+171=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 171 (67.19% from 255 or 25.99% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F2AB is #0A0D54. Grayscale: #EBEBEB. Windows color (decimal): -658773 or 11268853. OLE color: 11268853.

HSL color Cylindrical-coordinate representation of color #F5F2AB: hue angle of 57.57º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5F2AB is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 242 171 -
CMYK 0 0.01 0.30 0.04
HSL 57.57º 0.79% 0.82% -
HSV(B) 57.57º 0.3% 0.96% -
XYZ 76.76 85.86 51.05 -
YUV 234.8 91.99 135.27 -
System Red Green Blue C M Y K H S L
Decimal 245 242 171 0 0.01 0.30 0.04 57.57 0.79 0.82
Hex F5 F2 AB 0 1 1E 4 3A 4F 52
Octal 365 362 253 0 1 36 4 72 117 122
Binary 11110101 11110010 10101011 0 1 11110 100 111010 1001111 1010010

Color Harmonies of #F5F2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F2AB

Black with #F5F2AB

Text Example


Text Example

White with #F5F2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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