Html Css Color HEX #FBF9AA Shalimar

📋 copy color: '#FBF9AA'

red 251 ◦ green 249 ◦ blue 170

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

Shades of Shalimar #FBF9AA

Tints of Shalimar #FBF9AA

RGB

 RED value IS 251 (98.44% from 255) = 37.46%

 GREEN value IS 249 (97.66% from 255) = 37.16%

 BLUE value IS 170 (66.8% from 255) = 25.37%

R = 37.46%
G = 37.16%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FBF9AA (or 0xFBF9AA) is known color: Shalimar. HEX triplet: FB, F9 and AA. RGB value is (251,249,170). Sum of RGB (Red+Green+Blue) = 251+249+170=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 170 (66.80% from 255 or 25.37% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF9AA is #040655. Grayscale: #F0F0F0. Windows color (decimal): -263766 or 11205115. OLE color: 11205115.

HSL color Cylindrical-coordinate representation of color #FBF9AA: hue angle of 58.52º 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 #FBF9AA is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 249 170 -
CMYK 0 0.01 0.32 0.02
HSL 58.52º 0.91% 0.83% -
HSV(B) 58.52º 0.32% 0.98% -
XYZ 80.92 91.16 51.36 -
YUV 240.59 88.16 135.42 -
System Red Green Blue C M Y K H S L
Decimal 251 249 170 0 0.01 0.32 0.02 58.52 0.91 0.83
Hex FB F9 AA 0 1 20 2 3B 5B 53
Octal 373 371 252 0 1 40 2 73 133 123
Binary 11111011 11111001 10101010 0 1 100000 10 111011 1011011 1010011

Color Harmonies of #FBF9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF9AA

Black with #FBF9AA

Text Example


Text Example

White with #FBF9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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