#FBAC6C

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

Shades of Hit Pink #FBAC6C

Tints of Hit Pink #FBAC6C

Color information

#FBAC6C (or 0xFBAC6C) is unknown color: approx Hit Pink. HEX triplet: FB, AC and 6C. RGB value is (251,172,108). Sum of RGB (Red+Green+Blue) = 251+172+108=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAC6C is #045393. Grayscale: #BCBCBC. Windows color (decimal): -283540 or 7122171. OLE color: 7122171.

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

Color convert

RGB251172108-
CMYK00.310.570.02
HSL26.85º94.7%70.39%-
HSV(B)26.85º56.97%98.43%-
XYZ57.2451.121.03-
YUV188.3282.67172.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.27%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 108 (42.58% from 255) = 20.34%
R=47.27%
G=32.39%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117210800.310.570.0226.8594.770.39
HexFBAC6C01F3921b5f46
Octal37325415403771233137106
Binary11111011101011001101100011111111001101101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAC6C; }

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

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

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

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

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

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

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

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