Html Css Color HEX #FCAA71 Hit Pink

📋 copy color: '#FCAA71'

red 252 ◦ green 170 ◦ blue 113

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

Shades of Hit Pink #FCAA71

Tints of Hit Pink #FCAA71

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.78%

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

R = 47.1%
G = 31.78%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCAA71 (or 0xFCAA71) is known color: Hit Pink. HEX triplet: FC, AA and 71. RGB value is (252,170,113). Sum of RGB (Red+Green+Blue) = 252+170+113=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA71 is #03558E. Grayscale: #BCBCBC. Windows color (decimal): -218511 or 7449340. OLE color: 7449340.

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

Color convert

RGB 252 170 113 -
CMYK 0 0.33 0.55 0.01
HSL 24.6º 0.96% 0.72% -
HSV(B) 24.6º 0.55% 0.99% -
XYZ 57.5 50.64 22.37 -
YUV 188.02 85.67 173.63 -
System Red Green Blue C M Y K H S L
Decimal 252 170 113 0 0.33 0.55 0.01 24.6 0.96 0.72
Hex FC AA 71 0 21 37 1 19 60 48
Octal 374 252 161 0 41 67 1 31 140 110
Binary 11111100 10101010 1110001 0 100001 110111 1 11001 1100000 1001000

Color Harmonies of #FCAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA71

Black with #FCAA71

Text Example


Text Example

White with #FCAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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