#FBA272

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

Shades of Hit Pink #FBA272

Tints of Hit Pink #FBA272

Color information

#FBA272 (or 0xFBA272) is unknown color: approx Hit Pink. HEX triplet: FB, A2 and 72. RGB value is (251,162,114). Sum of RGB (Red+Green+Blue) = 251+162+114=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA272 is #045D8D. Grayscale: #B7B7B7. Windows color (decimal): -286094 or 7512827. OLE color: 7512827.

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

Color convert

RGB251162114-
CMYK00.350.550.02
HSL21.02º94.48%71.57%-
HSV(B)21.02º54.58%98.43%-
XYZ55.7447.5622.16-
YUV183.1488.99176.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.63%
GREEN value IS 162 (63.67% from 255) = 30.74%
BLUE value IS 114 (44.92% from 255) = 21.63%
R=47.63%
G=30.74%
B=21.63%

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
Decimal25116211400.350.550.0221.0294.4871.57
HexFBA272023372155e48
Octal37324216204367225136110
Binary111110111010001011100100100011110111101010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA272; }

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

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

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

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

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

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

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

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