#FDA675

Color #FDA675 Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #FDA675

Tints of Hit Pink #FDA675

Color information

#FDA675 (or 0xFDA675) is unknown color: approx Hit Pink. HEX triplet: FD, A6 and 75. RGB value is (253,166,117). Sum of RGB (Red+Green+Blue) = 253+166+117=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA675 is #02598A. Grayscale: #BABABA. Windows color (decimal): -153995 or 7710461. OLE color: 7710461.

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

Color convert

RGB253166117-
CMYK00.340.540.01
HSL21.62º97.14%72.55%-
HSV(B)21.62º53.75%99.22%-
XYZ57.3649.4423.35-
YUV186.4388.82175.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.20%
GREEN value IS 166 (65.23% from 255) = 30.97%
BLUE value IS 117 (46.09% from 255) = 21.83%
R=47.20%
G=30.97%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316611700.340.540.0121.6297.1472.55
HexFDA675022361166149
Octal37524616504266126141111
Binary11111101101001101110101010001011011011011011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA675; }

 p { color: rgb(253,166,117); }

 H1.HeaderClassName
 {
   color: #FDA675;
 }
 .AnyTagClassName
 {
   color: #FDA675;
 }
</style>
background-color css

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

 a { background-color: rgb(253,166,117); }

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

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

 span { border-color: rgb(253,166,117); }

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