Html Css Color HEX #F5F8A6 Shalimar

📋 copy color: '#F5F8A6'

red 245 ◦ green 248 ◦ blue 166

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

Shades of Shalimar #F5F8A6

Tints of Shalimar #F5F8A6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.63%

 BLUE value IS 166 (65.23% from 255) = 25.19%

R = 37.18%
G = 37.63%
B = 25.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F5F8A6 (or 0xF5F8A6) is known color: Shalimar. HEX triplet: F5, F8 and A6. RGB value is (245,248,166). Sum of RGB (Red+Green+Blue) = 245+248+166=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 166 (65.23% from 255 or 25.19% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F8A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F8A6 is #0A0759. Grayscale: #EEEEEE. Windows color (decimal): -657242 or 10942709. OLE color: 10942709.

HSL color Cylindrical-coordinate representation of color #F5F8A6: hue angle of 62.2º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5F8A6 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 245 248 166 -
CMYK 0.01 0 0.33 0.03
HSL 62.2º 0.85% 0.81% -
HSV(B) 62.2º 0.33% 0.97% -
XYZ 78.11 89.3 49.2 -
YUV 237.76 87.51 133.17 -
System Red Green Blue C M Y K H S L
Decimal 245 248 166 0.01 0 0.33 0.03 62.2 0.85 0.81
Hex F5 F8 A6 1 0 21 3 3E 55 51
Octal 365 370 246 1 0 41 3 76 125 121
Binary 11110101 11111000 10100110 1 0 100001 11 111110 1010101 1010001

Color Harmonies of #F5F8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F8A6

Black with #F5F8A6

Text Example


Text Example

White with #F5F8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F8A6; }

 p { color: rgb(245,248,166); }

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

background-color css

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

 a { background-color: rgb(245,248,166); }

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

border-color css

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

 span { border-color: rgb(245,248,166); }

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