Html Css Color HEX #F9FBA5 Shalimar

📋 copy color: '#F9FBA5'

red 249 ◦ green 251 ◦ blue 165

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

Shades of Shalimar #F9FBA5

Tints of Shalimar #F9FBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 24.81%

R = 37.44%
G = 37.74%
B = 24.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#F9FBA5 (or 0xF9FBA5) is known color: Shalimar. HEX triplet: F9, FB and A5. RGB value is (249,251,165). Sum of RGB (Red+Green+Blue) = 249+251+165=665 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.44% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 165 (64.84% from 255 or 24.81% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FBA5 is #06045A. Grayscale: #F0F0F0. Windows color (decimal): -394331 or 10877945. OLE color: 10877945.

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

Color convert

RGB 249 251 165 -
CMYK 0.01 0 0.34 0.02
HSL 61.4º 0.91% 0.82% -
HSV(B) 61.4º 0.34% 0.98% -
XYZ 80.36 91.85 49.09 -
YUV 240.6 85.34 133.99 -
System Red Green Blue C M Y K H S L
Decimal 249 251 165 0.01 0 0.34 0.02 61.4 0.91 0.82
Hex F9 FB A5 1 0 22 2 3D 5B 52
Octal 371 373 245 1 0 42 2 75 133 122
Binary 11111001 11111011 10100101 1 0 100010 10 111101 1011011 1010010

Color Harmonies of #F9FBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FBA5

Black with #F9FBA5

Text Example


Text Example

White with #F9FBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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