Html Css Color HEX #F9FBA3 Shalimar

📋 copy color: '#F9FBA3'

red 249 ◦ green 251 ◦ blue 163

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

Shades of Shalimar #F9FBA3

Tints of Shalimar #F9FBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 24.59%

R = 37.56%
G = 37.86%
B = 24.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F9FBA3 (or 0xF9FBA3) is known color: Shalimar. HEX triplet: F9, FB and A3. RGB value is (249,251,163). Sum of RGB (Red+Green+Blue) = 249+251+163=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 163 (64.06% from 255 or 24.59% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FBA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FBA3 is #06045C. Grayscale: #F0F0F0. Windows color (decimal): -394333 or 10746873. OLE color: 10746873.

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

Color convert

RGB 249 251 163 -
CMYK 0.01 0 0.35 0.02
HSL 61.36º 0.92% 0.81% -
HSV(B) 61.36º 0.35% 0.98% -
XYZ 80.17 91.78 48.14 -
YUV 240.37 84.34 134.16 -
System Red Green Blue C M Y K H S L
Decimal 249 251 163 0.01 0 0.35 0.02 61.36 0.92 0.81
Hex F9 FB A3 1 0 23 2 3D 5C 51
Octal 371 373 243 1 0 43 2 75 134 121
Binary 11111001 11111011 10100011 1 0 100011 10 111101 1011100 1010001

Color Harmonies of #F9FBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FBA3

Black with #F9FBA3

Text Example


Text Example

White with #F9FBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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