Html Css Color HEX #FFAD6E Hit Pink

📋 copy color: '#FFAD6E'

red 255 ◦ green 173 ◦ blue 110

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

Shades of Hit Pink #FFAD6E

Tints of Hit Pink #FFAD6E

RGB

 RED value IS 255 (100% from 255) = 47.4%

 GREEN value IS 173 (67.97% from 255) = 32.16%

 BLUE value IS 110 (43.36% from 255) = 20.45%

R = 47.4%
G = 32.16%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FFAD6E (or 0xFFAD6E) is known color: Hit Pink. HEX triplet: FF, AD and 6E. RGB value is (255,173,110). Sum of RGB (Red+Green+Blue) = 255+173+110=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD6E is #005291. Grayscale: #BEBEBE. Windows color (decimal): -21138 or 7253503. OLE color: 7253503.

HSL color Cylindrical-coordinate representation of color #FFAD6E: hue angle of 26.07º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFAD6E is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB 255 173 110 -
CMYK 0 0.32 0.57 0
HSL 26.07º 1% 0.72% -
HSV(B) 26.07º 0.57% 1% -
XYZ 59 52.27 21.73 -
YUV 190.34 82.67 174.12 -
System Red Green Blue C M Y K H S L
Decimal 255 173 110 0 0.32 0.57 0 26.07 1 0.72
Hex FF AD 6E 0 20 39 0 1A 64 48
Octal 377 255 156 0 40 71 0 32 144 110
Binary 11111111 10101101 1101110 0 100000 111001 0 11010 1100100 1001000

Color Harmonies of #FFAD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAD6E

Black with #FFAD6E

Text Example


Text Example

White with #FFAD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAD6E; }

 p { color: rgb(255,173,110); }

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

background-color css

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

 a { background-color: rgb(255,173,110); }

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

border-color css

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

 span { border-color: rgb(255,173,110); }

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