Html Css Color HEX #F9FBAB Shalimar

📋 copy color: '#F9FBAB'

red 249 ◦ green 251 ◦ blue 171

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

Shades of Shalimar #F9FBAB

Tints of Shalimar #F9FBAB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.41%

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

R = 37.11%
G = 37.41%
B = 25.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F9FBAB (or 0xF9FBAB) is known color: Shalimar. HEX triplet: F9, FB and AB. RGB value is (249,251,171). Sum of RGB (Red+Green+Blue) = 249+251+171=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 171 (67.19% from 255 or 25.48% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FBAB is #060454. Grayscale: #F1F1F1. Windows color (decimal): -394325 or 11271161. OLE color: 11271161.

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

Color convert

RGB 249 251 171 -
CMYK 0.01 0 0.32 0.02
HSL 61.5º 0.91% 0.83% -
HSV(B) 61.5º 0.32% 0.98% -
XYZ 80.91 92.07 52.04 -
YUV 241.28 88.34 133.5 -
System Red Green Blue C M Y K H S L
Decimal 249 251 171 0.01 0 0.32 0.02 61.5 0.91 0.83
Hex F9 FB AB 1 0 20 2 3E 5B 53
Octal 371 373 253 1 0 40 2 76 133 123
Binary 11111001 11111011 10101011 1 0 100000 10 111110 1011011 1010011

Color Harmonies of #F9FBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FBAB

Black with #F9FBAB

Text Example


Text Example

White with #F9FBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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