Html Css Color HEX #FAA86C Hit Pink

📋 copy color: '#FAA86C'

red 250 ◦ green 168 ◦ blue 108

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

Shades of Hit Pink #FAA86C

Tints of Hit Pink #FAA86C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.94%

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

R = 47.53%
G = 31.94%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FAA86C (or 0xFAA86C) is known color: Hit Pink. HEX triplet: FA, A8 and 6C. RGB value is (250,168,108). Sum of RGB (Red+Green+Blue) = 250+168+108=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA86C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA86C is #055793. Grayscale: #BABABA. Windows color (decimal): -350100 or 7121146. OLE color: 7121146.

HSL color Cylindrical-coordinate representation of color #FAA86C: hue angle of 25.35º 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 #FAA86C is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 168 108 -
CMYK 0 0.33 0.57 0.02
HSL 25.35º 0.93% 0.7% -
HSV(B) 25.35º 0.57% 0.98% -
XYZ 56.13 49.41 20.77 -
YUV 185.68 84.17 173.88 -
System Red Green Blue C M Y K H S L
Decimal 250 168 108 0 0.33 0.57 0.02 25.35 0.93 0.7
Hex FA A8 6C 0 21 39 2 19 5D 46
Octal 372 250 154 0 41 71 2 31 135 106
Binary 11111010 10101000 1101100 0 100001 111001 10 11001 1011101 1000110

Color Harmonies of #FAA86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA86C

Black with #FAA86C

Text Example


Text Example

White with #FAA86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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