Html Css Color HEX #FBF9AB Shalimar

📋 copy color: '#FBF9AB'

red 251 ◦ green 249 ◦ blue 171

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

Shades of Shalimar #FBF9AB

Tints of Shalimar #FBF9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 25.48%

R = 37.41%
G = 37.11%
B = 25.48%

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

#FBF9AB (or 0xFBF9AB) is known color: Shalimar. HEX triplet: FB, F9 and AB. RGB value is (251,249,171). Sum of RGB (Red+Green+Blue) = 251+249+171=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 171 (67.19% from 255 or 25.48% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF9AB is #040654. Grayscale: #F1F1F1. Windows color (decimal): -263765 or 11270651. OLE color: 11270651.

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

Color convert

RGB 251 249 171 -
CMYK 0 0.01 0.32 0.02
HSL 58.5º 0.91% 0.83% -
HSV(B) 58.5º 0.32% 0.98% -
XYZ 81.01 91.2 51.86 -
YUV 240.71 88.66 135.34 -
System Red Green Blue C M Y K H S L
Decimal 251 249 171 0 0.01 0.32 0.02 58.5 0.91 0.83
Hex FB F9 AB 0 1 20 2 3A 5B 53
Octal 373 371 253 0 1 40 2 72 133 123
Binary 11111011 11111001 10101011 0 1 100000 10 111010 1011011 1010011

Color Harmonies of #FBF9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF9AB

Black with #FBF9AB

Text Example


Text Example

White with #FBF9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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