Html Css Color HEX #FD3EDB Razzle Dazzle Rose

📋 copy color: '#FD3EDB'

red 253 ◦ green 62 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FD3EDB

Tints of Razzle Dazzle Rose #FD3EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 47.38%
G = 11.61%
B = 41.01%

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

#FD3EDB (or 0xFD3EDB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 3E and DB. RGB value is (253,62,219). Sum of RGB (Red+Green+Blue) = 253+62+219=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 62 (24.61% from 255 or 11.61% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3EDB is #02C124. Grayscale: #888888. Windows color (decimal): -180517 or 14368509. OLE color: 14368509.

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

Color convert

RGB 253 62 219 -
CMYK 0 0.75 0.13 0.01
HSL 310.68º 0.98% 0.62% -
HSV(B) 310.68º 0.75% 0.99% -
XYZ 55.02 29.44 69.8 -
YUV 137.01 174.28 210.73 -
System Red Green Blue C M Y K H S L
Decimal 253 62 219 0 0.75 0.13 0.01 310.68 0.98 0.62
Hex FD 3E DB 0 4B D 1 137 62 3E
Octal 375 76 333 0 113 15 1 467 142 76
Binary 11111101 111110 11011011 0 1001011 1101 1 100110111 1100010 111110

Color Harmonies of #FD3EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3EDB

Black with #FD3EDB

Text Example


Text Example

White with #FD3EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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