Html Css Color HEX #FD90E2 Pale Magenta

📋 copy color: '#FD90E2'

red 253 ◦ green 144 ◦ blue 226

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

Shades of Pale Magenta #FD90E2

Tints of Pale Magenta #FD90E2

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.11%

 BLUE value IS 226 (88.67% from 255) = 36.28%

R = 40.61%
G = 23.11%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD90E2 (or 0xFD90E2) is known color: Pale Magenta. HEX triplet: FD, 90 and E2. RGB value is (253,144,226). Sum of RGB (Red+Green+Blue) = 253+144+226=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 144 (56.64% from 255 or 23.11% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD90E2 is #026F1D. Grayscale: #B9B9B9. Windows color (decimal): -159518 or 14848253. OLE color: 14848253.

HSL color Cylindrical-coordinate representation of color #FD90E2: hue angle of 314.86º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD90E2 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 144 226 -
CMYK 0 0.43 0.11 0.01
HSL 314.86º 0.96% 0.78% -
HSV(B) 314.86º 0.43% 0.99% -
XYZ 64.21 46.32 77.51 -
YUV 185.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 253 144 226 0 0.43 0.11 0.01 314.86 0.96 0.78
Hex FD 90 E2 0 2B B 1 13B 60 4E
Octal 375 220 342 0 53 13 1 473 140 116
Binary 11111101 10010000 11100010 0 101011 1011 1 100111011 1100000 1001110

Color Harmonies of #FD90E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD90E2

Black with #FD90E2

Text Example


Text Example

White with #FD90E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD90E2; }

 p { color: rgb(253,144,226); }

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

background-color css

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

 a { background-color: rgb(253,144,226); }

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

border-color css

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

 span { border-color: rgb(253,144,226); }

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