Html Css Color HEX #FFAE6D Hit Pink

📋 copy color: '#FFAE6D'

red 255 ◦ green 174 ◦ blue 109

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

Shades of Hit Pink #FFAE6D

Tints of Hit Pink #FFAE6D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.34%

 BLUE value IS 109 (42.97% from 255) = 20.26%

R = 47.4%
G = 32.34%
B = 20.26%

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

#FFAE6D (or 0xFFAE6D) is known color: Hit Pink. HEX triplet: FF, AE and 6D. RGB value is (255,174,109). Sum of RGB (Red+Green+Blue) = 255+174+109=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE6D is #005192. Grayscale: #BFBFBF. Windows color (decimal): -20883 or 7188223. OLE color: 7188223.

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

Color convert

RGB 255 174 109 -
CMYK 0 0.32 0.57 0
HSL 26.71º 1% 0.71% -
HSV(B) 26.71º 0.57% 1% -
XYZ 59.14 52.64 21.51 -
YUV 190.81 81.84 173.79 -
System Red Green Blue C M Y K H S L
Decimal 255 174 109 0 0.32 0.57 0 26.71 1 0.71
Hex FF AE 6D 0 20 39 0 1B 64 47
Octal 377 256 155 0 40 71 0 33 144 107
Binary 11111111 10101110 1101101 0 100000 111001 0 11011 1100100 1000111

Color Harmonies of #FFAE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE6D

Black with #FFAE6D

Text Example


Text Example

White with #FFAE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE6D; }

 p { color: rgb(255,174,109); }

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

background-color css

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

 a { background-color: rgb(255,174,109); }

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

border-color css

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

 span { border-color: rgb(255,174,109); }

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