Html Css Color HEX #FBFAB0 Shalimar

📋 copy color: '#FBFAB0'

red 251 ◦ green 250 ◦ blue 176

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

Shades of Shalimar #FBFAB0

Tints of Shalimar #FBFAB0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.93%

 BLUE value IS 176 (69.14% from 255) = 26%

R = 37.08%
G = 36.93%
B = 26%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBFAB0 (or 0xFBFAB0) is known color: Shalimar. HEX triplet: FB, FA and B0. RGB value is (251,250,176). Sum of RGB (Red+Green+Blue) = 251+250+176=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 176 (69.14% from 255 or 26.00% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFAB0 is #04054F. Grayscale: #F2F2F2. Windows color (decimal): -263504 or 11598587. OLE color: 11598587.

HSL color Cylindrical-coordinate representation of color #FBFAB0: hue angle of 59.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBFAB0 is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 250 176 -
CMYK 0 0.00 0.30 0.02
HSL 59.2º 0.9% 0.84% -
HSV(B) 59.2º 0.3% 0.98% -
XYZ 81.81 92.02 54.52 -
YUV 241.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 251 250 176 0 0.00 0.30 0.02 59.2 0.9 0.84
Hex FB FA B0 0 0 1E 2 3B 5A 54
Octal 373 372 260 0 0 36 2 73 132 124
Binary 11111011 11111010 10110000 0 0 11110 10 111011 1011010 1010100

Color Harmonies of #FBFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFAB0

Black with #FBFAB0

Text Example


Text Example

White with #FBFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFAB0; }

 p { color: rgb(251,250,176); }

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

background-color css

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

 a { background-color: rgb(251,250,176); }

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

border-color css

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

 span { border-color: rgb(251,250,176); }

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