Html Css Color HEX #FE88F0 Pale Magenta

📋 copy color: '#FE88F0'

red 254 ◦ green 136 ◦ blue 240

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

Shades of Pale Magenta #FE88F0

Tints of Pale Magenta #FE88F0

RGB

 RED value IS 254 (99.61% from 255) = 40.32%

 GREEN value IS 136 (53.52% from 255) = 21.59%

 BLUE value IS 240 (94.14% from 255) = 38.1%

R = 40.32%
G = 21.59%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE88F0 (or 0xFE88F0) is known color: Pale Magenta. HEX triplet: FE, 88 and F0. RGB value is (254,136,240). Sum of RGB (Red+Green+Blue) = 254+136+240=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 136 (53.52% from 255 or 21.59% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE88F0 is #01770F. Grayscale: #B6B6B6. Windows color (decimal): -96016 or 15763710. OLE color: 15763710.

HSL color Cylindrical-coordinate representation of color #FE88F0: hue angle of 307.12º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE88F0 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 136 240 -
CMYK 0 0.46 0.06 0.00
HSL 307.12º 0.98% 0.76% -
HSV(B) 307.12º 0.46% 1% -
XYZ 65.41 44.97 87.67 -
YUV 183.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 254 136 240 0 0.46 0.06 0.00 307.12 0.98 0.76
Hex FE 88 F0 0 2E 6 0 133 62 4C
Octal 376 210 360 0 56 6 0 463 142 114
Binary 11111110 10001000 11110000 0 101110 110 0 100110011 1100010 1001100

Color Harmonies of #FE88F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE88F0

Black with #FE88F0

Text Example


Text Example

White with #FE88F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE88F0; }

 p { color: rgb(254,136,240); }

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

background-color css

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

 a { background-color: rgb(254,136,240); }

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

border-color css

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

 span { border-color: rgb(254,136,240); }

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