Html Css Color HEX #FD8FF2 Pale Magenta

📋 copy color: '#FD8FF2'

red 253 ◦ green 143 ◦ blue 242

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

Shades of Pale Magenta #FD8FF2

Tints of Pale Magenta #FD8FF2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 22.41%

 BLUE value IS 242 (94.92% from 255) = 37.93%

R = 39.66%
G = 22.41%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD8FF2 (or 0xFD8FF2) is known color: Pale Magenta. HEX triplet: FD, 8F and F2. RGB value is (253,143,242). Sum of RGB (Red+Green+Blue) = 253+143+242=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 143 (56.25% from 255 or 22.41% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8FF2 is #02700D. Grayscale: #BABABA. Windows color (decimal): -159758 or 15896573. OLE color: 15896573.

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

Color convert

RGB 253 143 242 -
CMYK 0 0.43 0.04 0.01
HSL 306º 0.96% 0.78% -
HSV(B) 306º 0.43% 0.99% -
XYZ 66.36 46.94 89.57 -
YUV 187.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 253 143 242 0 0.43 0.04 0.01 306 0.96 0.78
Hex FD 8F F2 0 2B 4 1 132 60 4E
Octal 375 217 362 0 53 4 1 462 140 116
Binary 11111101 10001111 11110010 0 101011 100 1 100110010 1100000 1001110

Color Harmonies of #FD8FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8FF2

Black with #FD8FF2

Text Example


Text Example

White with #FD8FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8FF2; }

 p { color: rgb(253,143,242); }

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

background-color css

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

 a { background-color: rgb(253,143,242); }

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

border-color css

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

 span { border-color: rgb(253,143,242); }

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