Html Css Color HEX #FDAB73 Hit Pink

📋 copy color: '#FDAB73'

red 253 ◦ green 171 ◦ blue 115

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

Shades of Hit Pink #FDAB73

Tints of Hit Pink #FDAB73

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.73%

 BLUE value IS 115 (45.31% from 255) = 21.34%

R = 46.94%
G = 31.73%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDAB73 (or 0xFDAB73) is known color: Hit Pink. HEX triplet: FD, AB and 73. RGB value is (253,171,115). Sum of RGB (Red+Green+Blue) = 253+171+115=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB73 is #02548C. Grayscale: #BDBDBD. Windows color (decimal): -152717 or 7580669. OLE color: 7580669.

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

Color convert

RGB 253 171 115 -
CMYK 0 0.32 0.55 0.01
HSL 24.35º 0.97% 0.72% -
HSV(B) 24.35º 0.55% 0.99% -
XYZ 58.17 51.25 23.05 -
YUV 189.13 86.17 173.55 -
System Red Green Blue C M Y K H S L
Decimal 253 171 115 0 0.32 0.55 0.01 24.35 0.97 0.72
Hex FD AB 73 0 20 37 1 18 61 48
Octal 375 253 163 0 40 67 1 30 141 110
Binary 11111101 10101011 1110011 0 100000 110111 1 11000 1100001 1001000

Color Harmonies of #FDAB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB73

Black with #FDAB73

Text Example


Text Example

White with #FDAB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB73; }

 p { color: rgb(253,171,115); }

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

background-color css

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

 a { background-color: rgb(253,171,115); }

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

border-color css

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

 span { border-color: rgb(253,171,115); }

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