Html Css Color HEX #FE88F2 Pale Magenta

📋 copy color: '#FE88F2'

red 254 ◦ green 136 ◦ blue 242

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

Shades of Pale Magenta #FE88F2

Tints of Pale Magenta #FE88F2

RGB

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

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

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

R = 40.19%
G = 21.52%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FE88F2 (or 0xFE88F2) is known color: Pale Magenta. HEX triplet: FE, 88 and F2. RGB value is (254,136,242). Sum of RGB (Red+Green+Blue) = 254+136+242=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 136 (53.52% from 255 or 21.52% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE88F2 is #01770D. Grayscale: #B7B7B7. Windows color (decimal): -96014 or 15894782. OLE color: 15894782.

HSL color Cylindrical-coordinate representation of color #FE88F2: hue angle of 306.1º 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 #FE88F2 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 136 242 -
CMYK 0 0.46 0.05 0.00
HSL 306.1º 0.98% 0.76% -
HSV(B) 306.1º 0.46% 1% -
XYZ 65.7 45.09 89.24 -
YUV 183.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 254 136 242 0 0.46 0.05 0.00 306.1 0.98 0.76
Hex FE 88 F2 0 2E 5 0 132 62 4C
Octal 376 210 362 0 56 5 0 462 142 114
Binary 11111110 10001000 11110010 0 101110 101 0 100110010 1100010 1001100

Color Harmonies of #FE88F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE88F2

Black with #FE88F2

Text Example


Text Example

White with #FE88F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE88F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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