Html Css Color HEX #FBF2AB Shalimar

📋 copy color: '#FBF2AB'

red 251 ◦ green 242 ◦ blue 171

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

Shades of Shalimar #FBF2AB

Tints of Shalimar #FBF2AB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.45%

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

R = 37.8%
G = 36.45%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FBF2AB (or 0xFBF2AB) is known color: Shalimar. HEX triplet: FB, F2 and AB. RGB value is (251,242,171). Sum of RGB (Red+Green+Blue) = 251+242+171=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 171 (67.19% from 255 or 25.75% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF2AB is #040D54. Grayscale: #ECECEC. Windows color (decimal): -265557 or 11268859. OLE color: 11268859.

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

Color convert

RGB 251 242 171 -
CMYK 0 0.04 0.32 0.02
HSL 53.25º 0.91% 0.83% -
HSV(B) 53.25º 0.32% 0.98% -
XYZ 78.89 86.95 51.15 -
YUV 236.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 251 242 171 0 0.04 0.32 0.02 53.25 0.91 0.83
Hex FB F2 AB 0 4 20 2 35 5B 53
Octal 373 362 253 0 4 40 2 65 133 123
Binary 11111011 11110010 10101011 0 100 100000 10 110101 1011011 1010011

Color Harmonies of #FBF2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF2AB

Black with #FBF2AB

Text Example


Text Example

White with #FBF2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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