Html Css Color HEX #FD1EDE Razzle Dazzle Rose

📋 copy color: '#FD1EDE'

red 253 ◦ green 30 ◦ blue 222

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

Shades of Razzle Dazzle Rose #FD1EDE

Tints of Razzle Dazzle Rose #FD1EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.94%

 BLUE value IS 222 (87.11% from 255) = 43.96%

R = 50.1%
G = 5.94%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD1EDE (or 0xFD1EDE) is known color: Razzle Dazzle Rose. HEX triplet: FD, 1E and DE. RGB value is (253,30,222). Sum of RGB (Red+Green+Blue) = 253+30+222=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 30 (12.11% from 255 or 5.94% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1EDE is #02E121. Grayscale: #767676. Windows color (decimal): -188706 or 14556925. OLE color: 14556925.

HSL color Cylindrical-coordinate representation of color #FD1EDE: hue angle of 308.34º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1EDE is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 30 222 -
CMYK 0 0.88 0.12 0.01
HSL 308.34º 0.98% 0.55% -
HSV(B) 308.34º 0.88% 0.99% -
XYZ 54.16 27.09 71.48 -
YUV 118.57 186.38 223.89 -
System Red Green Blue C M Y K H S L
Decimal 253 30 222 0 0.88 0.12 0.01 308.34 0.98 0.55
Hex FD 1E DE 0 58 C 1 134 62 37
Octal 375 36 336 0 130 14 1 464 142 67
Binary 11111101 11110 11011110 0 1011000 1100 1 100110100 1100010 110111

Color Harmonies of #FD1EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1EDE

Black with #FD1EDE

Text Example


Text Example

White with #FD1EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1EDE; }

 p { color: rgb(253,30,222); }

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

background-color css

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

 a { background-color: rgb(253,30,222); }

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

border-color css

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

 span { border-color: rgb(253,30,222); }

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