Html Css Color HEX #FF8CEE Pale Magenta

📋 copy color: '#FF8CEE'

red 255 ◦ green 140 ◦ blue 238

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

Shades of Pale Magenta #FF8CEE

Tints of Pale Magenta #FF8CEE

RGB

 RED value IS 255 (100% from 255) = 40.28%

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

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

R = 40.28%
G = 22.12%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF8CEE (or 0xFF8CEE) is known color: Pale Magenta. HEX triplet: FF, 8C and EE. RGB value is (255,140,238). Sum of RGB (Red+Green+Blue) = 255+140+238=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 140 (55.08% from 255 or 22.12% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8CEE is #007311. Grayscale: #B9B9B9. Windows color (decimal): -29458 or 15633663. OLE color: 15633663.

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

Color convert

RGB 255 140 238 -
CMYK 0 0.45 0.07 0
HSL 308.87º 1% 0.77% -
HSV(B) 308.87º 0.45% 1% -
XYZ 66.05 46.19 86.32 -
YUV 185.56 157.6 177.53 -
System Red Green Blue C M Y K H S L
Decimal 255 140 238 0 0.45 0.07 0 308.87 1 0.77
Hex FF 8C EE 0 2D 7 0 135 64 4D
Octal 377 214 356 0 55 7 0 465 144 115
Binary 11111111 10001100 11101110 0 101101 111 0 100110101 1100100 1001101

Color Harmonies of #FF8CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8CEE

Black with #FF8CEE

Text Example


Text Example

White with #FF8CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8CEE; }

 p { color: rgb(255,140,238); }

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

background-color css

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

 a { background-color: rgb(255,140,238); }

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

border-color css

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

 span { border-color: rgb(255,140,238); }

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