#FE2DCC

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

Shades of Razzle Dazzle Rose #FE2DCC

Tints of Razzle Dazzle Rose #FE2DCC

Color information

#FE2DCC (or 0xFE2DCC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FE, 2D and CC. RGB value is (254,45,204). Sum of RGB (Red+Green+Blue) = 254+45+204=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 45 (17.97% from 255 or 8.95% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DCC is #01D233. Grayscale: #7D7D7D. Windows color (decimal): -119348 or 13381118. OLE color: 13381118.

HSL color Cylindrical-coordinate representation of color #FE2DCC: hue angle of 314.35º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2DCC is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB25445204-
CMYK00.820.200.00
HSL314.35º99.05%58.63%-
HSV(B)314.35º82.28%99.61%-
XYZ52.7127.3159.62-
YUV125.62172.24219.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.50%
GREEN value IS 45 (17.97% from 255) = 8.95%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=50.50%
G=8.95%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544520400.820.200.00314.3599.0558.63
HexFE2DCC05214013a633b
Octal37655314012224047214373
Binary1111111010110111001100010100101010001001110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2DCC; }

 p { color: rgb(254,45,204); }

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

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

 a { background-color: rgb(254,45,204); }

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

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

 span { border-color: rgb(254,45,204); }

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