Html Css Color HEX #FCAB71 Hit Pink

📋 copy color: '#FCAB71'

red 252 ◦ green 171 ◦ blue 113

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

Shades of Hit Pink #FCAB71

Tints of Hit Pink #FCAB71

RGB

 RED value IS 252 (98.83% from 255) = 47.01%

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

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

R = 47.01%
G = 31.9%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCAB71 (or 0xFCAB71) is known color: Hit Pink. HEX triplet: FC, AB and 71. RGB value is (252,171,113). Sum of RGB (Red+Green+Blue) = 252+171+113=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB71 is #03548E. Grayscale: #BCBCBC. Windows color (decimal): -218255 or 7449596. OLE color: 7449596.

HSL color Cylindrical-coordinate representation of color #FCAB71: hue angle of 25.04º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FCAB71 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 171 113 -
CMYK 0 0.32 0.55 0.01
HSL 25.04º 0.96% 0.72% -
HSV(B) 25.04º 0.55% 0.99% -
XYZ 57.69 51.01 22.43 -
YUV 188.61 85.34 173.22 -
System Red Green Blue C M Y K H S L
Decimal 252 171 113 0 0.32 0.55 0.01 25.04 0.96 0.72
Hex FC AB 71 0 20 37 1 19 60 48
Octal 374 253 161 0 40 67 1 31 140 110
Binary 11111100 10101011 1110001 0 100000 110111 1 11001 1100000 1001000

Color Harmonies of #FCAB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB71

Black with #FCAB71

Text Example


Text Example

White with #FCAB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB71; }

 p { color: rgb(252,171,113); }

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

background-color css

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

 a { background-color: rgb(252,171,113); }

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

border-color css

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

 span { border-color: rgb(252,171,113); }

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