#FC3EDB

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

Shades of Razzle Dazzle Rose #FC3EDB

Tints of Razzle Dazzle Rose #FC3EDB

Color information

#FC3EDB (or 0xFC3EDB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 3E and DB. RGB value is (252,62,219). Sum of RGB (Red+Green+Blue) = 252+62+219=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 62 (24.61% from 255 or 11.63% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3EDB is #03C124. Grayscale: #888888. Windows color (decimal): -246053 or 14368508. OLE color: 14368508.

HSL color Cylindrical-coordinate representation of color #FC3EDB: hue angle of 310.42º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3EDB is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB25262219-
CMYK00.750.130.01
HSL310.42º96.94%61.57%-
HSV(B)310.42º75.4%98.82%-
XYZ54.6529.2669.78-
YUV136.71174.45210.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.28%
GREEN value IS 62 (24.61% from 255) = 11.63%
BLUE value IS 219 (85.94% from 255) = 41.09%
R=47.28%
G=11.63%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526221900.750.130.01310.4296.9461.57
HexFC3EDB04BD1136613e
Octal37476333011315146614176
Binary111111001111101101101101001011110111001101101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3EDB; }

 p { color: rgb(252,62,219); }

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

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

 a { background-color: rgb(252,62,219); }

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

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

 span { border-color: rgb(252,62,219); }

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