Html Css Color HEX #FCAB70 Hit Pink

📋 copy color: '#FCAB70'

red 252 ◦ green 171 ◦ blue 112

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

Shades of Hit Pink #FCAB70

Tints of Hit Pink #FCAB70

RGB

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

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

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

R = 47.1%
G = 31.96%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCAB70 (or 0xFCAB70) is known color: Hit Pink. HEX triplet: FC, AB and 70. RGB value is (252,171,112). Sum of RGB (Red+Green+Blue) = 252+171+112=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB70 is #03548F. Grayscale: #BCBCBC. Windows color (decimal): -218256 or 7384060. OLE color: 7384060.

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

Color convert

RGB 252 171 112 -
CMYK 0 0.32 0.56 0.01
HSL 25.29º 0.96% 0.71% -
HSV(B) 25.29º 0.56% 0.99% -
XYZ 57.63 50.99 22.13 -
YUV 188.49 84.84 173.3 -
System Red Green Blue C M Y K H S L
Decimal 252 171 112 0 0.32 0.56 0.01 25.29 0.96 0.71
Hex FC AB 70 0 20 38 1 19 60 47
Octal 374 253 160 0 40 70 1 31 140 107
Binary 11111100 10101011 1110000 0 100000 111000 1 11001 1100000 1000111

Color Harmonies of #FCAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB70

Black with #FCAB70

Text Example


Text Example

White with #FCAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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