Html Css Color HEX #FC8DED Pale Magenta

📋 copy color: '#FC8DED'

red 252 ◦ green 141 ◦ blue 237

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

Shades of Pale Magenta #FC8DED

Tints of Pale Magenta #FC8DED

RGB

 RED value IS 252 (98.83% from 255) = 40%

 GREEN value IS 141 (55.47% from 255) = 22.38%

 BLUE value IS 237 (92.97% from 255) = 37.62%

R = 40%
G = 22.38%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC8DED (or 0xFC8DED) is known color: Pale Magenta. HEX triplet: FC, 8D and ED. RGB value is (252,141,237). Sum of RGB (Red+Green+Blue) = 252+141+237=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 141 (55.47% from 255 or 22.38% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8DED is #037212. Grayscale: #B8B8B8. Windows color (decimal): -225811 or 15568380. OLE color: 15568380.

HSL color Cylindrical-coordinate representation of color #FC8DED: hue angle of 308.11º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8DED is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 141 237 -
CMYK 0 0.44 0.06 0.01
HSL 308.11º 0.95% 0.77% -
HSV(B) 308.11º 0.44% 0.99% -
XYZ 64.96 45.86 85.55 -
YUV 185.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 252 141 237 0 0.44 0.06 0.01 308.11 0.95 0.77
Hex FC 8D ED 0 2C 6 1 134 5F 4D
Octal 374 215 355 0 54 6 1 464 137 115
Binary 11111100 10001101 11101101 0 101100 110 1 100110100 1011111 1001101

Color Harmonies of #FC8DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8DED

Black with #FC8DED

Text Example


Text Example

White with #FC8DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8DED; }

 p { color: rgb(252,141,237); }

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

background-color css

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

 a { background-color: rgb(252,141,237); }

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

border-color css

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

 span { border-color: rgb(252,141,237); }

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