#FD29CC

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

Shades of Razzle Dazzle Rose #FD29CC

Tints of Razzle Dazzle Rose #FD29CC

Color information

#FD29CC (or 0xFD29CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 29 and CC. RGB value is (253,41,204). Sum of RGB (Red+Green+Blue) = 253+41+204=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 41 (16.41% from 255 or 8.23% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD29CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD29CC is #02D633. Grayscale: #7A7A7A. Windows color (decimal): -185908 or 13380093. OLE color: 13380093.

HSL color Cylindrical-coordinate representation of color #FD29CC: hue angle of 313.87º 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 #FD29CC is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB25341204-
CMYK00.840.190.01
HSL313.87º98.15%57.65%-
HSV(B)313.87º83.79%99.22%-
XYZ52.226.8359.55-
YUV122.97173.74220.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.80%
GREEN value IS 41 (16.41% from 255) = 8.23%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=50.80%
G=8.23%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2534120400.840.190.01313.8798.1557.65
HexFD29CC05413113a623a
Octal37551314012423147214272
Binary1111110110100111001100010101001001111001110101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD29CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD29CC; }

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

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

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

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

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

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

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

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