Html Css Color HEX #FBFAB1 Shalimar

📋 copy color: '#FBFAB1'

red 251 ◦ green 250 ◦ blue 177

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

Shades of Shalimar #FBFAB1

Tints of Shalimar #FBFAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 26.11%

R = 37.02%
G = 36.87%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FBFAB1 (or 0xFBFAB1) is known color: Shalimar. HEX triplet: FB, FA and B1. RGB value is (251,250,177). Sum of RGB (Red+Green+Blue) = 251+250+177=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 177 (69.53% from 255 or 26.11% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFAB1 is #04054E. Grayscale: #F2F2F2. Windows color (decimal): -263503 or 11664123. OLE color: 11664123.

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

Color convert

RGB 251 250 177 -
CMYK 0 0.00 0.29 0.02
HSL 59.19º 0.9% 0.84% -
HSV(B) 59.19º 0.29% 0.98% -
XYZ 81.91 92.05 55.05 -
YUV 241.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 251 250 177 0 0.00 0.29 0.02 59.19 0.9 0.84
Hex FB FA B1 0 0 1D 2 3B 5A 54
Octal 373 372 261 0 0 35 2 73 132 124
Binary 11111011 11111010 10110001 0 0 11101 10 111011 1011010 1010100

Color Harmonies of #FBFAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFAB1

Black with #FBFAB1

Text Example


Text Example

White with #FBFAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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