#FD3EEB

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

Shades of Razzle Dazzle Rose #FD3EEB

Tints of Razzle Dazzle Rose #FD3EEB

Color information

#FD3EEB (or 0xFD3EEB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 3E and EB. RGB value is (253,62,235). Sum of RGB (Red+Green+Blue) = 253+62+235=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 62 (24.61% from 255 or 11.27% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3EEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3EEB is #02C114. Grayscale: #8A8A8A. Windows color (decimal): -180501 or 15417085. OLE color: 15417085.

HSL color Cylindrical-coordinate representation of color #FD3EEB: hue angle of 305.65º degrees, saturation: 0.98, 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 #FD3EEB is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB25362235-
CMYK00.750.070.01
HSL305.65º97.95%61.76%-
HSV(B)305.65º75.49%99.22%-
XYZ57.2330.3381.43-
YUV138.83182.28209.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46%
GREEN value IS 62 (24.61% from 255) = 11.27%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=46%
G=11.27%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536223500.750.070.01305.6597.9561.76
HexFD3EEB04B71132623e
Octal3757635301137146214276
Binary11111101111110111010110100101111111001100101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3EEB; }

 p { color: rgb(253,62,235); }

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

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

 a { background-color: rgb(253,62,235); }

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

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

 span { border-color: rgb(253,62,235); }

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