#FBA96A

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

Shades of Hit Pink #FBA96A

Tints of Hit Pink #FBA96A

Color information

#FBA96A (or 0xFBA96A) is unknown color: approx Hit Pink. HEX triplet: FB, A9 and 6A. RGB value is (251,169,106). Sum of RGB (Red+Green+Blue) = 251+169+106=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA96A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA96A is #045695. Grayscale: #BABABA. Windows color (decimal): -284310 or 6990331. OLE color: 6990331.

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

Color convert

RGB251169106-
CMYK00.330.580.02
HSL26.07º94.77%70%-
HSV(B)26.07º57.77%98.43%-
XYZ56.5749.9320.29-
YUV186.3482.67174.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.72%
GREEN value IS 169 (66.41% from 255) = 32.13%
BLUE value IS 106 (41.80% from 255) = 20.15%
R=47.72%
G=32.13%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116910600.330.580.0226.0794.7770
HexFBA96A0213A21a5f46
Octal37325115204172232137106
Binary111110111010100111010100100001111010101101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA96A; }

 p { color: rgb(251,169,106); }

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

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

 a { background-color: rgb(251,169,106); }

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

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

 span { border-color: rgb(251,169,106); }

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