Html Css Color HEX #F86EDE Pale Magenta

📋 copy color: '#F86EDE'

red 248 ◦ green 110 ◦ blue 222

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

Shades of Pale Magenta #F86EDE

Tints of Pale Magenta #F86EDE

RGB

 RED value IS 248 (97.27% from 255) = 42.76%

 GREEN value IS 110 (43.36% from 255) = 18.97%

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

R = 42.76%
G = 18.97%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F86EDE (or 0xF86EDE) is known color: Pale Magenta. HEX triplet: F8, 6E and DE. RGB value is (248,110,222). Sum of RGB (Red+Green+Blue) = 248+110+222=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 110 (43.36% from 255 or 18.97% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F86EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86EDE is #079121. Grayscale: #A3A3A3. Windows color (decimal): -495906 or 14577400. OLE color: 14577400.

HSL color Cylindrical-coordinate representation of color #F86EDE: hue angle of 311.3º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86EDE is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 110 222 -
CMYK 0 0.56 0.10 0.03
HSL 311.3º 0.91% 0.7% -
HSV(B) 311.3º 0.56% 0.97% -
XYZ 57.47 36.38 73.1 -
YUV 164.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 248 110 222 0 0.56 0.10 0.03 311.3 0.91 0.7
Hex F8 6E DE 0 38 A 3 137 5B 46
Octal 370 156 336 0 70 12 3 467 133 106
Binary 11111000 1101110 11011110 0 111000 1010 11 100110111 1011011 1000110

Color Harmonies of #F86EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86EDE

Black with #F86EDE

Text Example


Text Example

White with #F86EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86EDE; }

 p { color: rgb(248,110,222); }

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

background-color css

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

 a { background-color: rgb(248,110,222); }

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

border-color css

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

 span { border-color: rgb(248,110,222); }

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