Html Css Color HEX #FE6FDE Pale Magenta

📋 copy color: '#FE6FDE'

red 254 ◦ green 111 ◦ blue 222

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

Shades of Pale Magenta #FE6FDE

Tints of Pale Magenta #FE6FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.91%

 BLUE value IS 222 (87.11% from 255) = 37.82%

R = 43.27%
G = 18.91%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE6FDE (or 0xFE6FDE) is known color: Pale Magenta. HEX triplet: FE, 6F and DE. RGB value is (254,111,222). Sum of RGB (Red+Green+Blue) = 254+111+222=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 111 (43.75% from 255 or 18.91% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FDE is #019021. Grayscale: #A6A6A6. Windows color (decimal): -102434 or 14577662. OLE color: 14577662.

HSL color Cylindrical-coordinate representation of color #FE6FDE: hue angle of 313.43º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE6FDE is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 111 222 -
CMYK 0 0.56 0.13 0.00
HSL 313.43º 0.99% 0.72% -
HSV(B) 313.43º 0.56% 1% -
XYZ 59.74 37.71 73.24 -
YUV 166.41 159.38 190.47 -
System Red Green Blue C M Y K H S L
Decimal 254 111 222 0 0.56 0.13 0.00 313.43 0.99 0.72
Hex FE 6F DE 0 38 D 0 139 63 48
Octal 376 157 336 0 70 15 0 471 143 110
Binary 11111110 1101111 11011110 0 111000 1101 0 100111001 1100011 1001000

Color Harmonies of #FE6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6FDE

Black with #FE6FDE

Text Example


Text Example

White with #FE6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6FDE; }

 p { color: rgb(254,111,222); }

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

background-color css

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

 a { background-color: rgb(254,111,222); }

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

border-color css

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

 span { border-color: rgb(254,111,222); }

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