Html Css Color HEX #FC8FEF Pale Magenta

📋 copy color: '#FC8FEF'

red 252 ◦ green 143 ◦ blue 239

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

Shades of Pale Magenta #FC8FEF

Tints of Pale Magenta #FC8FEF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 22.56%

 BLUE value IS 239 (93.75% from 255) = 37.7%

R = 39.75%
G = 22.56%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC8FEF (or 0xFC8FEF) is known color: Pale Magenta. HEX triplet: FC, 8F and EF. RGB value is (252,143,239). Sum of RGB (Red+Green+Blue) = 252+143+239=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 143 (56.25% from 255 or 22.56% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8FEF is #037010. Grayscale: #BABABA. Windows color (decimal): -225297 or 15699964. OLE color: 15699964.

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

Color convert

RGB 252 143 239 -
CMYK 0 0.43 0.05 0.01
HSL 307.16º 0.95% 0.77% -
HSV(B) 307.16º 0.43% 0.99% -
XYZ 65.55 46.57 87.2 -
YUV 186.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 252 143 239 0 0.43 0.05 0.01 307.16 0.95 0.77
Hex FC 8F EF 0 2B 5 1 133 5F 4D
Octal 374 217 357 0 53 5 1 463 137 115
Binary 11111100 10001111 11101111 0 101011 101 1 100110011 1011111 1001101

Color Harmonies of #FC8FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FEF

Black with #FC8FEF

Text Example


Text Example

White with #FC8FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FEF; }

 p { color: rgb(252,143,239); }

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

background-color css

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

 a { background-color: rgb(252,143,239); }

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

border-color css

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

 span { border-color: rgb(252,143,239); }

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