#FBA269

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

Shades of Hit Pink #FBA269

Tints of Hit Pink #FBA269

Color information

#FBA269 (or 0xFBA269) is unknown color: approx Hit Pink. HEX triplet: FB, A2 and 69. RGB value is (251,162,105). Sum of RGB (Red+Green+Blue) = 251+162+105=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA269 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA269 is #045D96. Grayscale: #B6B6B6. Windows color (decimal): -286103 or 6923003. OLE color: 6923003.

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

Color convert

RGB251162105-
CMYK00.350.580.02
HSL23.42º94.81%69.8%-
HSV(B)23.42º58.17%98.43%-
XYZ55.2547.3719.6-
YUV182.1184.49177.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.46%
GREEN value IS 162 (63.67% from 255) = 31.27%
BLUE value IS 105 (41.41% from 255) = 20.27%
R=48.46%
G=31.27%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116210500.350.580.0223.4294.8169.8
HexFBA2690233A2175f46
Octal37324215104372227137106
Binary111110111010001011010010100011111010101011110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA269; }

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

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

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

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

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

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

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

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