#FBA472

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

Shades of Hit Pink #FBA472

Tints of Hit Pink #FBA472

Color information

#FBA472 (or 0xFBA472) is unknown color: approx Hit Pink. HEX triplet: FB, A4 and 72. RGB value is (251,164,114). Sum of RGB (Red+Green+Blue) = 251+164+114=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA472 is #045B8D. Grayscale: #B8B8B8. Windows color (decimal): -285582 or 7513339. OLE color: 7513339.

HSL color Cylindrical-coordinate representation of color #FBA472: hue angle of 21.9º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBA472 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB251164114-
CMYK00.350.550.02
HSL21.9º94.48%71.57%-
HSV(B)21.9º54.58%98.43%-
XYZ56.148.2822.28-
YUV184.3188.32175.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.45%
GREEN value IS 164 (64.45% from 255) = 31.00%
BLUE value IS 114 (44.92% from 255) = 21.55%
R=47.45%
G=31.00%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116411400.350.550.0221.994.4871.57
HexFBA472023372165e48
Octal37324416204367226136110
Binary111110111010010011100100100011110111101011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA472; }

 p { color: rgb(251,164,114); }

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

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

 a { background-color: rgb(251,164,114); }

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

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

 span { border-color: rgb(251,164,114); }

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