#FD5688

Color #FD5688 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #FD5688

Tints of French Rose #FD5688

Color information

#FD5688 (or 0xFD5688) is unknown color: approx French Rose. HEX triplet: FD, 56 and 88. RGB value is (253,86,136). Sum of RGB (Red+Green+Blue) = 253+86+136=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5688 is #02A977. Grayscale: #8D8D8D. Windows color (decimal): -174456 or 8935165. OLE color: 8935165.

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

Color convert

RGB25386136-
CMYK00.660.460.01
HSL342.04º97.66%66.47%-
HSV(B)342.04º66.01%99.22%-
XYZ48.2829.3226.41-
YUV141.63124.83207.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.26%
GREEN value IS 86 (33.98% from 255) = 18.11%
BLUE value IS 136 (53.52% from 255) = 28.63%
R=53.26%
G=18.11%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538613600.660.460.01342.0497.6666.47
HexFD56880422E11566242
Octal3751262100102561526142102
Binary1111110110101101000100001000010101110110101011011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5688; }

 p { color: rgb(253,86,136); }

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

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

 a { background-color: rgb(253,86,136); }

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

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

 span { border-color: rgb(253,86,136); }

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