Html Css Color HEX #F9FBAD Shalimar

📋 copy color: '#F9FBAD'

red 249 ◦ green 251 ◦ blue 173

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

Shades of Shalimar #F9FBAD

Tints of Shalimar #F9FBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 25.71%

R = 37%
G = 37.3%
B = 25.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F9FBAD (or 0xF9FBAD) is known color: Shalimar. HEX triplet: F9, FB and AD. RGB value is (249,251,173). Sum of RGB (Red+Green+Blue) = 249+251+173=673 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.00% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 173 (67.97% from 255 or 25.71% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FBAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FBAD is #060452. Grayscale: #F1F1F1. Windows color (decimal): -394323 or 11402233. OLE color: 11402233.

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

Color convert

RGB 249 251 173 -
CMYK 0.01 0 0.31 0.02
HSL 61.54º 0.91% 0.83% -
HSV(B) 61.54º 0.31% 0.98% -
XYZ 81.11 92.15 53.05 -
YUV 241.51 89.34 133.34 -
System Red Green Blue C M Y K H S L
Decimal 249 251 173 0.01 0 0.31 0.02 61.54 0.91 0.83
Hex F9 FB AD 1 0 1F 2 3E 5B 53
Octal 371 373 255 1 0 37 2 76 133 123
Binary 11111001 11111011 10101101 1 0 11111 10 111110 1011011 1010011

Color Harmonies of #F9FBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FBAD

Black with #F9FBAD

Text Example


Text Example

White with #F9FBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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