#FD5EBD

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

Shades of Hot Pink #FD5EBD

Tints of Hot Pink #FD5EBD

Color information

#FD5EBD (or 0xFD5EBD) is unknown color: approx Hot Pink. HEX triplet: FD, 5E and BD. RGB value is (253,94,189). Sum of RGB (Red+Green+Blue) = 253+94+189=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5EBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5EBD is #02A142. Grayscale: #989898. Windows color (decimal): -172355 or 12410621. OLE color: 12410621.

HSL color Cylindrical-coordinate representation of color #FD5EBD: hue angle of 324.15º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD5EBD is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB25394189-
CMYK00.630.250.01
HSL324.15º97.55%68.04%-
HSV(B)324.15º62.85%99.22%-
XYZ53.732.5651.6-
YUV152.37148.68199.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.20%
GREEN value IS 94 (37.11% from 255) = 17.54%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=47.20%
G=17.54%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539418900.630.250.01324.1597.5568.04
HexFD5EBD03F1911446244
Octal375136275077311504142104
Binary11111101101111010111101011111111001110100010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5EBD; }

 p { color: rgb(253,94,189); }

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

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

 a { background-color: rgb(253,94,189); }

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

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

 span { border-color: rgb(253,94,189); }

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