Html Css Color HEX #FDAA6B Hit Pink

📋 copy color: '#FDAA6B'

red 253 ◦ green 170 ◦ blue 107

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

Shades of Hit Pink #FDAA6B

Tints of Hit Pink #FDAA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.19%

R = 47.74%
G = 32.08%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDAA6B (or 0xFDAA6B) is known color: Hit Pink. HEX triplet: FD, AA and 6B. RGB value is (253,170,107). Sum of RGB (Red+Green+Blue) = 253+170+107=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAA6B is #025594. Grayscale: #BBBBBB. Windows color (decimal): -152981 or 7056125. OLE color: 7056125.

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

Color convert

RGB 253 170 107 -
CMYK 0 0.33 0.58 0.01
HSL 25.89º 0.97% 0.71% -
HSV(B) 25.89º 0.58% 0.99% -
XYZ 57.54 50.69 20.66 -
YUV 187.64 82.5 174.62 -
System Red Green Blue C M Y K H S L
Decimal 253 170 107 0 0.33 0.58 0.01 25.89 0.97 0.71
Hex FD AA 6B 0 21 3A 1 1A 61 47
Octal 375 252 153 0 41 72 1 32 141 107
Binary 11111101 10101010 1101011 0 100001 111010 1 11010 1100001 1000111

Color Harmonies of #FDAA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAA6B

Black with #FDAA6B

Text Example


Text Example

White with #FDAA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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