Html Css Color HEX #FBA171 Hit Pink

📋 copy color: '#FBA171'

red 251 ◦ green 161 ◦ blue 113

#FBA171
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Pink #FBA171

Tints of Hit Pink #FBA171

RGB

 RED value IS 251 (98.44% from 255) = 47.81%

 GREEN value IS 161 (63.28% from 255) = 30.67%

 BLUE value IS 113 (44.53% from 255) = 21.52%

R = 47.81%
G = 30.67%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBA171 (or 0xFBA171) is known color: Hit Pink. HEX triplet: FB, A1 and 71. RGB value is (251,161,113). Sum of RGB (Red+Green+Blue) = 251+161+113=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA171 is #045E8E. Grayscale: #B6B6B6. Windows color (decimal): -286351 or 7447035. OLE color: 7447035.

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

Color convert

RGB 251 161 113 -
CMYK 0 0.36 0.55 0.02
HSL 20.87º 0.95% 0.71% -
HSV(B) 20.87º 0.55% 0.98% -
XYZ 55.51 47.19 21.81 -
YUV 182.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 251 161 113 0 0.36 0.55 0.02 20.87 0.95 0.71
Hex FB A1 71 0 24 37 2 15 5F 47
Octal 373 241 161 0 44 67 2 25 137 107
Binary 11111011 10100001 1110001 0 100100 110111 10 10101 1011111 1000111

Color Harmonies of #FBA171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA171

Black with #FBA171

Text Example


Text Example

White with #FBA171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA171; }

 p { color: rgb(251,161,113); }

 H1.HeaderClassName
 {
   color: #FBA171;
 }
 .AnyTagClassName
 {
   color: #FBA171;
 }
</style>

background-color css

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

 a { background-color: rgb(251,161,113); }

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

border-color css

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

 span { border-color: rgb(251,161,113); }

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