Html Css Color HEX #FBAB70 Hit Pink

📋 copy color: '#FBAB70'

red 251 ◦ green 171 ◦ blue 112

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

Shades of Hit Pink #FBAB70

Tints of Hit Pink #FBAB70

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.02%

 BLUE value IS 112 (44.14% from 255) = 20.97%

R = 47%
G = 32.02%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBAB70 (or 0xFBAB70) is known color: Hit Pink. HEX triplet: FB, AB and 70. RGB value is (251,171,112). Sum of RGB (Red+Green+Blue) = 251+171+112=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB70 is #04548F. Grayscale: #BCBCBC. Windows color (decimal): -283792 or 7384059. OLE color: 7384059.

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

Color convert

RGB 251 171 112 -
CMYK 0 0.32 0.55 0.02
HSL 25.47º 0.95% 0.71% -
HSV(B) 25.47º 0.55% 0.98% -
XYZ 57.27 50.8 22.12 -
YUV 188.19 85 172.8 -
System Red Green Blue C M Y K H S L
Decimal 251 171 112 0 0.32 0.55 0.02 25.47 0.95 0.71
Hex FB AB 70 0 20 37 2 19 5F 47
Octal 373 253 160 0 40 67 2 31 137 107
Binary 11111011 10101011 1110000 0 100000 110111 10 11001 1011111 1000111

Color Harmonies of #FBAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB70

Black with #FBAB70

Text Example


Text Example

White with #FBAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB70; }

 p { color: rgb(251,171,112); }

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

background-color css

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

 a { background-color: rgb(251,171,112); }

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

border-color css

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

 span { border-color: rgb(251,171,112); }

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