Html Css Color HEX #FDAB71 Hit Pink

📋 copy color: '#FDAB71'

red 253 ◦ green 171 ◦ blue 113

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

Shades of Hit Pink #FDAB71

Tints of Hit Pink #FDAB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.04%

R = 47.11%
G = 31.84%
B = 21.04%

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

#FDAB71 (or 0xFDAB71) is known color: Hit Pink. HEX triplet: FD, AB and 71. RGB value is (253,171,113). Sum of RGB (Red+Green+Blue) = 253+171+113=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB71 is #02548E. Grayscale: #BDBDBD. Windows color (decimal): -152719 or 7449597. OLE color: 7449597.

HSL color Cylindrical-coordinate representation of color #FDAB71: hue angle of 24.86º 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 #FDAB71 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 171 113 -
CMYK 0 0.32 0.55 0.01
HSL 24.86º 0.97% 0.72% -
HSV(B) 24.86º 0.55% 0.99% -
XYZ 58.05 51.2 22.45 -
YUV 188.91 85.17 173.72 -
System Red Green Blue C M Y K H S L
Decimal 253 171 113 0 0.32 0.55 0.01 24.86 0.97 0.72
Hex FD AB 71 0 20 37 1 19 61 48
Octal 375 253 161 0 40 67 1 31 141 110
Binary 11111101 10101011 1110001 0 100000 110111 1 11001 1100001 1001000

Color Harmonies of #FDAB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB71

Black with #FDAB71

Text Example


Text Example

White with #FDAB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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