Html Css Color HEX #FCAA6C Hit Pink

📋 copy color: '#FCAA6C'

red 252 ◦ green 170 ◦ blue 108

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

Shades of Hit Pink #FCAA6C

Tints of Hit Pink #FCAA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.38%

R = 47.55%
G = 32.08%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCAA6C (or 0xFCAA6C) is known color: Hit Pink. HEX triplet: FC, AA and 6C. RGB value is (252,170,108). Sum of RGB (Red+Green+Blue) = 252+170+108=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA6C is #035593. Grayscale: #BBBBBB. Windows color (decimal): -218516 or 7121660. OLE color: 7121660.

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

Color convert

RGB 252 170 108 -
CMYK 0 0.33 0.57 0.01
HSL 25.83º 0.96% 0.71% -
HSV(B) 25.83º 0.57% 0.99% -
XYZ 57.23 50.53 20.92 -
YUV 187.45 83.17 174.04 -
System Red Green Blue C M Y K H S L
Decimal 252 170 108 0 0.33 0.57 0.01 25.83 0.96 0.71
Hex FC AA 6C 0 21 39 1 1A 60 47
Octal 374 252 154 0 41 71 1 32 140 107
Binary 11111100 10101010 1101100 0 100001 111001 1 11010 1100000 1000111

Color Harmonies of #FCAA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA6C

Black with #FCAA6C

Text Example


Text Example

White with #FCAA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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