Html Css Color HEX #F9FBAF Shalimar

📋 copy color: '#F9FBAF'

red 249 ◦ green 251 ◦ blue 175

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

Shades of Shalimar #F9FBAF

Tints of Shalimar #F9FBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 25.93%

R = 36.89%
G = 37.19%
B = 25.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F9FBAF (or 0xF9FBAF) is known color: Shalimar. HEX triplet: F9, FB and AF. RGB value is (249,251,175). Sum of RGB (Red+Green+Blue) = 249+251+175=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 175 (68.75% from 255 or 25.93% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FBAF is #060450. Grayscale: #F2F2F2. Windows color (decimal): -394321 or 11533305. OLE color: 11533305.

HSL color Cylindrical-coordinate representation of color #F9FBAF: hue angle of 61.58º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9FBAF is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 251 175 -
CMYK 0.01 0 0.30 0.02
HSL 61.58º 0.9% 0.84% -
HSV(B) 61.58º 0.3% 0.98% -
XYZ 81.3 92.23 54.07 -
YUV 241.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 249 251 175 0.01 0 0.30 0.02 61.58 0.9 0.84
Hex F9 FB AF 1 0 1E 2 3E 5A 54
Octal 371 373 257 1 0 36 2 76 132 124
Binary 11111001 11111011 10101111 1 0 11110 10 111110 1011010 1010100

Color Harmonies of #F9FBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FBAF

Black with #F9FBAF

Text Example


Text Example

White with #F9FBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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