Html Css Color HEX #FEAD6D Hit Pink

📋 copy color: '#FEAD6D'

red 254 ◦ green 173 ◦ blue 109

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

Shades of Hit Pink #FEAD6D

Tints of Hit Pink #FEAD6D

RGB

 RED value IS 254 (99.61% from 255) = 47.39%

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

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

R = 47.39%
G = 32.28%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEAD6D (or 0xFEAD6D) is known color: Hit Pink. HEX triplet: FE, AD and 6D. RGB value is (254,173,109). Sum of RGB (Red+Green+Blue) = 254+173+109=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD6D is #015292. Grayscale: #BEBEBE. Windows color (decimal): -86675 or 7187966. OLE color: 7187966.

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

Color convert

RGB 254 173 109 -
CMYK 0 0.32 0.57 0.00
HSL 26.48º 0.99% 0.71% -
HSV(B) 26.48º 0.57% 1% -
XYZ 58.58 52.06 21.43 -
YUV 189.92 82.34 173.7 -
System Red Green Blue C M Y K H S L
Decimal 254 173 109 0 0.32 0.57 0.00 26.48 0.99 0.71
Hex FE AD 6D 0 20 39 0 1A 63 47
Octal 376 255 155 0 40 71 0 32 143 107
Binary 11111110 10101101 1101101 0 100000 111001 0 11010 1100011 1000111

Color Harmonies of #FEAD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD6D

Black with #FEAD6D

Text Example


Text Example

White with #FEAD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD6D; }

 p { color: rgb(254,173,109); }

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

background-color css

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

 a { background-color: rgb(254,173,109); }

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

border-color css

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

 span { border-color: rgb(254,173,109); }

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