Html Css Color HEX #FBFAA6 Shalimar

📋 copy color: '#FBFAA6'

red 251 ◦ green 250 ◦ blue 166

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

Shades of Shalimar #FBFAA6

Tints of Shalimar #FBFAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 24.89%

R = 37.63%
G = 37.48%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FBFAA6 (or 0xFBFAA6) is known color: Shalimar. HEX triplet: FB, FA and A6. RGB value is (251,250,166). Sum of RGB (Red+Green+Blue) = 251+250+166=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 166 (65.23% from 255 or 24.89% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFAA6 is #040559. Grayscale: #F1F1F1. Windows color (decimal): -263514 or 10943227. OLE color: 10943227.

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

Color convert

RGB 251 250 166 -
CMYK 0 0.00 0.34 0.02
HSL 59.29º 0.91% 0.82% -
HSV(B) 59.29º 0.34% 0.98% -
XYZ 80.85 91.63 49.5 -
YUV 240.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 251 250 166 0 0.00 0.34 0.02 59.29 0.91 0.82
Hex FB FA A6 0 0 22 2 3B 5B 52
Octal 373 372 246 0 0 42 2 73 133 122
Binary 11111011 11111010 10100110 0 0 100010 10 111011 1011011 1010010

Color Harmonies of #FBFAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFAA6

Black with #FBFAA6

Text Example


Text Example

White with #FBFAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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