#FD3EBD

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

Shades of Razzle Dazzle Rose #FD3EBD

Tints of Razzle Dazzle Rose #FD3EBD

Color information

#FD3EBD (or 0xFD3EBD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 3E and BD. RGB value is (253,62,189). Sum of RGB (Red+Green+Blue) = 253+62+189=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 62 (24.61% from 255 or 12.30% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3EBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3EBD is #02C142. Grayscale: #858585. Windows color (decimal): -180547 or 12402429. OLE color: 12402429.

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

Color convert

RGB25362189-
CMYK00.750.250.01
HSL320.1º97.95%61.76%-
HSV(B)320.1º75.49%99.22%-
XYZ51.422850.84-
YUV133.59159.28213.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.20%
GREEN value IS 62 (24.61% from 255) = 12.30%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=50.20%
G=12.30%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536218900.750.250.01320.197.9561.76
HexFD3EBD04B191140623e
Octal37576275011331150014276
Binary1111110111111010111101010010111100111010000001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3EBD; }

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

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

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

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

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

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

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

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