Html Css Color HEX #FE8CDE Pale Magenta

📋 copy color: '#FE8CDE'

red 254 ◦ green 140 ◦ blue 222

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

Shades of Pale Magenta #FE8CDE

Tints of Pale Magenta #FE8CDE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.73%

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

R = 41.23%
G = 22.73%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE8CDE (or 0xFE8CDE) is known color: Pale Magenta. HEX triplet: FE, 8C and DE. RGB value is (254,140,222). Sum of RGB (Red+Green+Blue) = 254+140+222=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 140 (55.08% from 255 or 22.73% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8CDE is #017321. Grayscale: #B7B7B7. Windows color (decimal): -95010 or 14585086. OLE color: 14585086.

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

Color convert

RGB 254 140 222 -
CMYK 0 0.45 0.13 0.00
HSL 316.84º 0.98% 0.77% -
HSV(B) 316.84º 0.45% 1% -
XYZ 63.44 45.1 74.47 -
YUV 183.43 149.77 178.33 -
System Red Green Blue C M Y K H S L
Decimal 254 140 222 0 0.45 0.13 0.00 316.84 0.98 0.77
Hex FE 8C DE 0 2D D 0 13D 62 4D
Octal 376 214 336 0 55 15 0 475 142 115
Binary 11111110 10001100 11011110 0 101101 1101 0 100111101 1100010 1001101

Color Harmonies of #FE8CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8CDE

Black with #FE8CDE

Text Example


Text Example

White with #FE8CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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