#FBA96B

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

Shades of Hit Pink #FBA96B

Tints of Hit Pink #FBA96B

Color information

#FBA96B (or 0xFBA96B) is unknown color: approx Hit Pink. HEX triplet: FB, A9 and 6B. RGB value is (251,169,107). Sum of RGB (Red+Green+Blue) = 251+169+107=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA96B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA96B is #045694. Grayscale: #BABABA. Windows color (decimal): -284309 or 7055867. OLE color: 7055867.

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

Color convert

RGB251169107-
CMYK00.330.570.02
HSL25.83º94.74%70.2%-
HSV(B)25.83º57.37%98.43%-
XYZ56.6349.9520.57-
YUV186.4583.17174.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.63%
GREEN value IS 169 (66.41% from 255) = 32.07%
BLUE value IS 107 (42.19% from 255) = 20.30%
R=47.63%
G=32.07%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116910700.330.570.0225.8394.7470.2
HexFBA96B0213921a5f46
Octal37325115304171232137106
Binary111110111010100111010110100001111001101101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA96B; }

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

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

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

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

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

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

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

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