Html Css Color HEX #FD3EDD Razzle Dazzle Rose

📋 copy color: '#FD3EDD'

red 253 ◦ green 62 ◦ blue 221

#FD3EDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #FD3EDD

Tints of Razzle Dazzle Rose #FD3EDD

RGB

 RED value IS 253 (99.22% from 255) = 47.2%

 GREEN value IS 62 (24.61% from 255) = 11.57%

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 47.2%
G = 11.57%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD3EDD (or 0xFD3EDD) is known color: Razzle Dazzle Rose. HEX triplet: FD, 3E and DD. RGB value is (253,62,221). Sum of RGB (Red+Green+Blue) = 253+62+221=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 62 (24.61% from 255 or 11.57% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3EDD is #02C122. Grayscale: #888888. Windows color (decimal): -180515 or 14499581. OLE color: 14499581.

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

Color convert

RGB 253 62 221 -
CMYK 0 0.75 0.13 0.01
HSL 310.05º 0.98% 0.62% -
HSV(B) 310.05º 0.75% 0.99% -
XYZ 55.28 29.55 71.2 -
YUV 137.24 175.28 210.57 -
System Red Green Blue C M Y K H S L
Decimal 253 62 221 0 0.75 0.13 0.01 310.05 0.98 0.62
Hex FD 3E DD 0 4B D 1 136 62 3E
Octal 375 76 335 0 113 15 1 466 142 76
Binary 11111101 111110 11011101 0 1001011 1101 1 100110110 1100010 111110

Color Harmonies of #FD3EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3EDD

Black with #FD3EDD

Text Example


Text Example

White with #FD3EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3EDD; }

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

 H1.HeaderClassName
 {
   color: #FD3EDD;
 }
 .AnyTagClassName
 {
   color: #FD3EDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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