Html Css Color HEX #F9FEAB Shalimar

📋 copy color: '#F9FEAB'

red 249 ◦ green 254 ◦ blue 171

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

Shades of Shalimar #F9FEAB

Tints of Shalimar #F9FEAB

RGB

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

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

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

R = 36.94%
G = 37.69%
B = 25.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#F9FEAB (or 0xF9FEAB) is known color: Shalimar. HEX triplet: F9, FE and AB. RGB value is (249,254,171). Sum of RGB (Red+Green+Blue) = 249+254+171=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 171 (67.19% from 255 or 25.37% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FEAB is #060154. Grayscale: #F3F3F3. Windows color (decimal): -393557 or 11271929. OLE color: 11271929.

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

Color convert

RGB 249 254 171 -
CMYK 0.02 0 0.33 0.00
HSL 63.61º 0.98% 0.83% -
HSV(B) 63.61º 0.33% 1% -
XYZ 81.86 93.96 52.35 -
YUV 243.04 87.34 132.25 -
System Red Green Blue C M Y K H S L
Decimal 249 254 171 0.02 0 0.33 0.00 63.61 0.98 0.83
Hex F9 FE AB 2 0 21 0 40 62 53
Octal 371 376 253 2 0 41 0 100 142 123
Binary 11111001 11111110 10101011 10 0 100001 0 1000000 1100010 1010011

Color Harmonies of #F9FEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FEAB

Black with #F9FEAB

Text Example


Text Example

White with #F9FEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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