#FD4ECC

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

Shades of Razzle Dazzle Rose #FD4ECC

Tints of Razzle Dazzle Rose #FD4ECC

Color information

#FD4ECC (or 0xFD4ECC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 4E and CC. RGB value is (253,78,204). Sum of RGB (Red+Green+Blue) = 253+78+204=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 78 (30.86% from 255 or 14.58% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD4ECC is #02B133. Grayscale: #909090. Windows color (decimal): -176436 or 13389565. OLE color: 13389565.

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

Color convert

RGB25378204-
CMYK00.690.190.01
HSL316.8º97.77%64.9%-
HSV(B)316.8º69.17%99.22%-
XYZ54.1330.6960.2-
YUV144.69161.48205.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.29%
GREEN value IS 78 (30.86% from 255) = 14.58%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=47.29%
G=14.58%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537820400.690.190.01316.897.7764.9
HexFD4ECC04513113d6241
Octal3751163140105231475142101
Binary111111011001110110011000100010110011110011110111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4ECC; }

 p { color: rgb(253,78,204); }

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

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

 a { background-color: rgb(253,78,204); }

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

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

 span { border-color: rgb(253,78,204); }

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