Html Css Color HEX #F9FEAC Shalimar

📋 copy color: '#F9FEAC'

red 249 ◦ green 254 ◦ blue 172

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

Shades of Shalimar #F9FEAC

Tints of Shalimar #F9FEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 25.48%

R = 36.89%
G = 37.63%
B = 25.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#F9FEAC (or 0xF9FEAC) is known color: Shalimar. HEX triplet: F9, FE and AC. RGB value is (249,254,172). Sum of RGB (Red+Green+Blue) = 249+254+172=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 172 (67.58% from 255 or 25.48% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FEAC is #060153. Grayscale: #F3F3F3. Windows color (decimal): -393556 or 11337465. OLE color: 11337465.

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

Color convert

RGB 249 254 172 -
CMYK 0.02 0 0.32 0.00
HSL 63.66º 0.98% 0.84% -
HSV(B) 63.66º 0.32% 1% -
XYZ 81.96 94 52.85 -
YUV 243.16 87.84 132.17 -
System Red Green Blue C M Y K H S L
Decimal 249 254 172 0.02 0 0.32 0.00 63.66 0.98 0.84
Hex F9 FE AC 2 0 20 0 40 62 54
Octal 371 376 254 2 0 40 0 100 142 124
Binary 11111001 11111110 10101100 10 0 100000 0 1000000 1100010 1010100

Color Harmonies of #F9FEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FEAC

Black with #F9FEAC

Text Example


Text Example

White with #F9FEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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