Html Css Color HEX #FAAC6C Hit Pink

📋 copy color: '#FAAC6C'

red 250 ◦ green 172 ◦ blue 108

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

Shades of Hit Pink #FAAC6C

Tints of Hit Pink #FAAC6C

RGB

 RED value IS 250 (98.05% from 255) = 47.17%

 GREEN value IS 172 (67.58% from 255) = 32.45%

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

R = 47.17%
G = 32.45%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FAAC6C (or 0xFAAC6C) is known color: Hit Pink. HEX triplet: FA, AC and 6C. RGB value is (250,172,108). Sum of RGB (Red+Green+Blue) = 250+172+108=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAC6C is #055393. Grayscale: #BCBCBC. Windows color (decimal): -349076 or 7122170. OLE color: 7122170.

HSL color Cylindrical-coordinate representation of color #FAAC6C: hue angle of 27.04º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FAAC6C is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 172 108 -
CMYK 0 0.31 0.57 0.02
HSL 27.04º 0.93% 0.7% -
HSV(B) 27.04º 0.57% 0.98% -
XYZ 56.88 50.91 21.02 -
YUV 188.03 82.84 172.2 -
System Red Green Blue C M Y K H S L
Decimal 250 172 108 0 0.31 0.57 0.02 27.04 0.93 0.7
Hex FA AC 6C 0 1F 39 2 1B 5D 46
Octal 372 254 154 0 37 71 2 33 135 106
Binary 11111010 10101100 1101100 0 11111 111001 10 11011 1011101 1000110

Color Harmonies of #FAAC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC6C

Black with #FAAC6C

Text Example


Text Example

White with #FAAC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC6C; }

 p { color: rgb(250,172,108); }

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

background-color css

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

 a { background-color: rgb(250,172,108); }

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

border-color css

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

 span { border-color: rgb(250,172,108); }

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