Html Css Color HEX #F08EDE Pale Magenta

📋 copy color: '#F08EDE'

red 240 ◦ green 142 ◦ blue 222

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

Shades of Pale Magenta #F08EDE

Tints of Pale Magenta #F08EDE

RGB

 RED value IS 240 (94.14% from 255) = 39.74%

 GREEN value IS 142 (55.86% from 255) = 23.51%

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

R = 39.74%
G = 23.51%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F08EDE (or 0xF08EDE) is known color: Pale Magenta. HEX triplet: F0, 8E and DE. RGB value is (240,142,222). Sum of RGB (Red+Green+Blue) = 240+142+222=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 142 (55.86% from 255 or 23.51% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F08EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08EDE is #0F7121. Grayscale: #B4B4B4. Windows color (decimal): -1012002 or 14585584. OLE color: 14585584.

HSL color Cylindrical-coordinate representation of color #F08EDE: hue angle of 311.02º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08EDE is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 142 222 -
CMYK 0 0.41 0.08 0.06
HSL 311.02º 0.77% 0.75% -
HSV(B) 311.02º 0.41% 0.94% -
XYZ 58.79 43.15 74.34 -
YUV 180.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 240 142 222 0 0.41 0.08 0.06 311.02 0.77 0.75
Hex F0 8E DE 0 29 8 6 137 4D 4B
Octal 360 216 336 0 51 10 6 467 115 113
Binary 11110000 10001110 11011110 0 101001 1000 110 100110111 1001101 1001011

Color Harmonies of #F08EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08EDE

Black with #F08EDE

Text Example


Text Example

White with #F08EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08EDE; }

 p { color: rgb(240,142,222); }

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

background-color css

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

 a { background-color: rgb(240,142,222); }

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

border-color css

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

 span { border-color: rgb(240,142,222); }

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