Html Css Color HEX #FBFAB3 Shalimar

📋 copy color: '#FBFAB3'

red 251 ◦ green 250 ◦ blue 179

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

Shades of Shalimar #FBFAB3

Tints of Shalimar #FBFAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 26.32%

R = 36.91%
G = 36.76%
B = 26.32%

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

#FBFAB3 (or 0xFBFAB3) is known color: Shalimar. HEX triplet: FB, FA and B3. RGB value is (251,250,179). Sum of RGB (Red+Green+Blue) = 251+250+179=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 179 (70.31% from 255 or 26.32% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFAB3 is #04054C. Grayscale: #F2F2F2. Windows color (decimal): -263501 or 11795195. OLE color: 11795195.

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

Color convert

RGB 251 250 179 -
CMYK 0 0.00 0.29 0.02
HSL 59.17º 0.9% 0.84% -
HSV(B) 59.17º 0.29% 0.98% -
XYZ 82.11 92.14 56.1 -
YUV 242.21 92.33 134.27 -
System Red Green Blue C M Y K H S L
Decimal 251 250 179 0 0.00 0.29 0.02 59.17 0.9 0.84
Hex FB FA B3 0 0 1D 2 3B 5A 54
Octal 373 372 263 0 0 35 2 73 132 124
Binary 11111011 11111010 10110011 0 0 11101 10 111011 1011010 1010100

Color Harmonies of #FBFAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFAB3

Black with #FBFAB3

Text Example


Text Example

White with #FBFAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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