#FD29EC

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

Shades of Razzle Dazzle Rose #FD29EC

Tints of Razzle Dazzle Rose #FD29EC

Color information

#FD29EC (or 0xFD29EC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 29 and EC. RGB value is (253,41,236). Sum of RGB (Red+Green+Blue) = 253+41+236=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 41 (16.41% from 255 or 7.74% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD29EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD29EC is #02D613. Grayscale: #7E7E7E. Windows color (decimal): -185876 or 15477245. OLE color: 15477245.

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

Color convert

RGB25341236-
CMYK00.840.070.01
HSL304.81º98.15%57.65%-
HSV(B)304.81º83.79%99.22%-
XYZ56.4428.5281.89-
YUV126.62189.74218.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.74%
GREEN value IS 41 (16.41% from 255) = 7.74%
BLUE value IS 236 (92.58% from 255) = 44.53%
R=47.74%
G=7.74%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2534123600.840.070.01304.8198.1557.65
HexFD29EC05471131623a
Octal3755135401247146114272
Binary11111101101001111011000101010011111001100011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD29EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD29EC; }

 p { color: rgb(253,41,236); }

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

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

 a { background-color: rgb(253,41,236); }

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

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

 span { border-color: rgb(253,41,236); }

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