Html Css Color HEX #FAAA70 Hit Pink

📋 copy color: '#FAAA70'

red 250 ◦ green 170 ◦ blue 112

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

Shades of Hit Pink #FAAA70

Tints of Hit Pink #FAAA70

RGB

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

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

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

R = 46.99%
G = 31.95%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAAA70 (or 0xFAAA70) is known color: Hit Pink. HEX triplet: FA, AA and 70. RGB value is (250,170,112). Sum of RGB (Red+Green+Blue) = 250+170+112=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA70 is #05558F. Grayscale: #BBBBBB. Windows color (decimal): -349584 or 7383802. OLE color: 7383802.

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

Color convert

RGB 250 170 112 -
CMYK 0 0.32 0.55 0.02
HSL 25.22º 0.93% 0.71% -
HSV(B) 25.22º 0.55% 0.98% -
XYZ 56.72 50.24 22.04 -
YUV 187.31 85.5 172.72 -
System Red Green Blue C M Y K H S L
Decimal 250 170 112 0 0.32 0.55 0.02 25.22 0.93 0.71
Hex FA AA 70 0 20 37 2 19 5D 47
Octal 372 252 160 0 40 67 2 31 135 107
Binary 11111010 10101010 1110000 0 100000 110111 10 11001 1011101 1000111

Color Harmonies of #FAAA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAA70

Black with #FAAA70

Text Example


Text Example

White with #FAAA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAA70; }

 p { color: rgb(250,170,112); }

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

background-color css

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

 a { background-color: rgb(250,170,112); }

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

border-color css

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

 span { border-color: rgb(250,170,112); }

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