Html Css Color HEX #F9FEA7 Shalimar

📋 copy color: '#F9FEA7'

red 249 ◦ green 254 ◦ blue 167

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

Shades of Shalimar #F9FEA7

Tints of Shalimar #F9FEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 24.93%

R = 37.16%
G = 37.91%
B = 24.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#F9FEA7 (or 0xF9FEA7) is known color: Shalimar. HEX triplet: F9, FE and A7. RGB value is (249,254,167). Sum of RGB (Red+Green+Blue) = 249+254+167=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 167 (65.62% from 255 or 24.93% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FEA7 is #060158. Grayscale: #F2F2F2. Windows color (decimal): -393561 or 11009785. OLE color: 11009785.

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

Color convert

RGB 249 254 167 -
CMYK 0.02 0 0.34 0.00
HSL 63.45º 0.98% 0.83% -
HSV(B) 63.45º 0.34% 1% -
XYZ 81.48 93.81 50.37 -
YUV 242.59 85.34 132.57 -
System Red Green Blue C M Y K H S L
Decimal 249 254 167 0.02 0 0.34 0.00 63.45 0.98 0.83
Hex F9 FE A7 2 0 22 0 3F 62 53
Octal 371 376 247 2 0 42 0 77 142 123
Binary 11111001 11111110 10100111 10 0 100010 0 111111 1100010 1010011

Color Harmonies of #F9FEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FEA7

Black with #F9FEA7

Text Example


Text Example

White with #F9FEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FEA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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