Html Css Color HEX #FDAB74 Hit Pink

📋 copy color: '#FDAB74'

red 253 ◦ green 171 ◦ blue 116

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

Shades of Hit Pink #FDAB74

Tints of Hit Pink #FDAB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.48%

R = 46.85%
G = 31.67%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDAB74 (or 0xFDAB74) is known color: Hit Pink. HEX triplet: FD, AB and 74. RGB value is (253,171,116). Sum of RGB (Red+Green+Blue) = 253+171+116=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB74 is #02548B. Grayscale: #BDBDBD. Windows color (decimal): -152716 or 7646205. OLE color: 7646205.

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

Color convert

RGB 253 171 116 -
CMYK 0 0.32 0.54 0.01
HSL 24.09º 0.97% 0.72% -
HSV(B) 24.09º 0.54% 0.99% -
XYZ 58.22 51.27 23.35 -
YUV 189.25 86.67 173.47 -
System Red Green Blue C M Y K H S L
Decimal 253 171 116 0 0.32 0.54 0.01 24.09 0.97 0.72
Hex FD AB 74 0 20 36 1 18 61 48
Octal 375 253 164 0 40 66 1 30 141 110
Binary 11111101 10101011 1110100 0 100000 110110 1 11000 1100001 1001000

Color Harmonies of #FDAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB74

Black with #FDAB74

Text Example


Text Example

White with #FDAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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