Html Css Color HEX #FCAA6A Hit Pink

📋 copy color: '#FCAA6A'

red 252 ◦ green 170 ◦ blue 106

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

Shades of Hit Pink #FCAA6A

Tints of Hit Pink #FCAA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.08%

R = 47.73%
G = 32.2%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCAA6A (or 0xFCAA6A) is known color: Hit Pink. HEX triplet: FC, AA and 6A. RGB value is (252,170,106). Sum of RGB (Red+Green+Blue) = 252+170+106=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA6A is #035595. Grayscale: #BBBBBB. Windows color (decimal): -218518 or 6990588. OLE color: 6990588.

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

Color convert

RGB 252 170 106 -
CMYK 0 0.33 0.58 0.01
HSL 26.3º 0.96% 0.7% -
HSV(B) 26.3º 0.58% 0.99% -
XYZ 57.12 50.49 20.37 -
YUV 187.22 82.17 174.2 -
System Red Green Blue C M Y K H S L
Decimal 252 170 106 0 0.33 0.58 0.01 26.3 0.96 0.7
Hex FC AA 6A 0 21 3A 1 1A 60 46
Octal 374 252 152 0 41 72 1 32 140 106
Binary 11111100 10101010 1101010 0 100001 111010 1 11010 1100000 1000110

Color Harmonies of #FCAA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA6A

Black with #FCAA6A

Text Example


Text Example

White with #FCAA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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