Html Css Color HEX #F9FEA6 Shalimar

📋 copy color: '#F9FEA6'

red 249 ◦ green 254 ◦ blue 166

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

Shades of Shalimar #F9FEA6

Tints of Shalimar #F9FEA6

RGB

 RED value IS 249 (97.66% from 255) = 37.22%

 GREEN value IS 254 (99.61% from 255) = 37.97%

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

R = 37.22%
G = 37.97%
B = 24.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#F9FEA6 (or 0xF9FEA6) is known color: Shalimar. HEX triplet: F9, FE and A6. RGB value is (249,254,166). Sum of RGB (Red+Green+Blue) = 249+254+166=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 166 (65.23% from 255 or 24.81% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FEA6 is #060159. Grayscale: #F2F2F2. Windows color (decimal): -393562 or 10944249. OLE color: 10944249.

HSL color Cylindrical-coordinate representation of color #F9FEA6: hue angle of 63.41º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9FEA6 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB 249 254 166 -
CMYK 0.02 0 0.35 0.00
HSL 63.41º 0.98% 0.82% -
HSV(B) 63.41º 0.35% 1% -
XYZ 81.39 93.78 49.89 -
YUV 242.47 84.84 132.66 -
System Red Green Blue C M Y K H S L
Decimal 249 254 166 0.02 0 0.35 0.00 63.41 0.98 0.82
Hex F9 FE A6 2 0 23 0 3F 62 52
Octal 371 376 246 2 0 43 0 77 142 122
Binary 11111001 11111110 10100110 10 0 100011 0 111111 1100010 1010010

Color Harmonies of #F9FEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FEA6

Black with #F9FEA6

Text Example


Text Example

White with #F9FEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FEA6; }

 p { color: rgb(249,254,166); }

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

background-color css

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

 a { background-color: rgb(249,254,166); }

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

border-color css

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

 span { border-color: rgb(249,254,166); }

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