Html Css Color HEX #FDAA6C Hit Pink

📋 copy color: '#FDAA6C'

red 253 ◦ green 170 ◦ blue 108

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

Shades of Hit Pink #FDAA6C

Tints of Hit Pink #FDAA6C

RGB

 RED value IS 253 (99.22% from 255) = 47.65%

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

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

R = 47.65%
G = 32.02%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDAA6C (or 0xFDAA6C) is known color: Hit Pink. HEX triplet: FD, AA and 6C. RGB value is (253,170,108). Sum of RGB (Red+Green+Blue) = 253+170+108=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAA6C is #025593. Grayscale: #BCBCBC. Windows color (decimal): -152980 or 7121661. OLE color: 7121661.

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

Color convert

RGB 253 170 108 -
CMYK 0 0.33 0.57 0.01
HSL 25.66º 0.97% 0.71% -
HSV(B) 25.66º 0.57% 0.99% -
XYZ 57.59 50.71 20.94 -
YUV 187.75 83 174.54 -
System Red Green Blue C M Y K H S L
Decimal 253 170 108 0 0.33 0.57 0.01 25.66 0.97 0.71
Hex FD AA 6C 0 21 39 1 1A 61 47
Octal 375 252 154 0 41 71 1 32 141 107
Binary 11111101 10101010 1101100 0 100001 111001 1 11010 1100001 1000111

Color Harmonies of #FDAA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAA6C

Black with #FDAA6C

Text Example


Text Example

White with #FDAA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAA6C; }

 p { color: rgb(253,170,108); }

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

background-color css

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

 a { background-color: rgb(253,170,108); }

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

border-color css

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

 span { border-color: rgb(253,170,108); }

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