#FBAA6C

Color #FBAA6C Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #FBAA6C

Tints of Hit Pink #FBAA6C

Color information

#FBAA6C (or 0xFBAA6C) is unknown color: approx Hit Pink. HEX triplet: FB, AA and 6C. RGB value is (251,170,108). Sum of RGB (Red+Green+Blue) = 251+170+108=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAA6C is #045593. Grayscale: #BBBBBB. Windows color (decimal): -284052 or 7121659. OLE color: 7121659.

HSL color Cylindrical-coordinate representation of color #FBAA6C: hue angle of 26.01º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBAA6C is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB251170108-
CMYK00.320.570.02
HSL26.01º94.7%70.39%-
HSV(B)26.01º56.97%98.43%-
XYZ56.8750.3420.91-
YUV187.1583.34173.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.45%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 108 (42.58% from 255) = 20.42%
R=47.45%
G=32.14%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117010800.320.570.0226.0194.770.39
HexFBAA6C0203921a5f46
Octal37325215404071232137106
Binary111110111010101011011000100000111001101101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAA6C; }

 p { color: rgb(251,170,108); }

 H1.HeaderClassName
 {
   color: #FBAA6C;
 }
 .AnyTagClassName
 {
   color: #FBAA6C;
 }
</style>
background-color css

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

 a { background-color: rgb(251,170,108); }

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

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

 span { border-color: rgb(251,170,108); }

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