Html Css Color HEX #FC8FEE Pale Magenta

📋 copy color: '#FC8FEE'

red 252 ◦ green 143 ◦ blue 238

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

Shades of Pale Magenta #FC8FEE

Tints of Pale Magenta #FC8FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.6%

R = 39.81%
G = 22.59%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC8FEE (or 0xFC8FEE) is known color: Pale Magenta. HEX triplet: FC, 8F and EE. RGB value is (252,143,238). Sum of RGB (Red+Green+Blue) = 252+143+238=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 143 (56.25% from 255 or 22.59% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8FEE is #037011. Grayscale: #BABABA. Windows color (decimal): -225298 or 15634428. OLE color: 15634428.

HSL color Cylindrical-coordinate representation of color #FC8FEE: hue angle of 307.71º 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 #FC8FEE is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 143 238 -
CMYK 0 0.43 0.06 0.01
HSL 307.71º 0.95% 0.77% -
HSV(B) 307.71º 0.43% 0.99% -
XYZ 65.4 46.51 86.42 -
YUV 186.42 157.11 174.78 -
System Red Green Blue C M Y K H S L
Decimal 252 143 238 0 0.43 0.06 0.01 307.71 0.95 0.77
Hex FC 8F EE 0 2B 6 1 134 5F 4D
Octal 374 217 356 0 53 6 1 464 137 115
Binary 11111100 10001111 11101110 0 101011 110 1 100110100 1011111 1001101

Color Harmonies of #FC8FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FEE

Black with #FC8FEE

Text Example


Text Example

White with #FC8FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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