Html Css Color HEX #F88EDB Pale Magenta

📋 copy color: '#F88EDB'

red 248 ◦ green 142 ◦ blue 219

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

Shades of Pale Magenta #F88EDB

Tints of Pale Magenta #F88EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.96%

R = 40.72%
G = 23.32%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F88EDB (or 0xF88EDB) is known color: Pale Magenta. HEX triplet: F8, 8E and DB. RGB value is (248,142,219). Sum of RGB (Red+Green+Blue) = 248+142+219=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F88EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88EDB is #077124. Grayscale: #B6B6B6. Windows color (decimal): -487717 or 14388984. OLE color: 14388984.

HSL color Cylindrical-coordinate representation of color #F88EDB: hue angle of 316.42º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88EDB is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 142 219 -
CMYK 0 0.43 0.12 0.03
HSL 316.42º 0.88% 0.76% -
HSV(B) 316.42º 0.43% 0.97% -
XYZ 61.17 44.42 72.37 -
YUV 182.47 148.62 174.74 -
System Red Green Blue C M Y K H S L
Decimal 248 142 219 0 0.43 0.12 0.03 316.42 0.88 0.76
Hex F8 8E DB 0 2B C 3 13C 58 4C
Octal 370 216 333 0 53 14 3 474 130 114
Binary 11111000 10001110 11011011 0 101011 1100 11 100111100 1011000 1001100

Color Harmonies of #F88EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88EDB

Black with #F88EDB

Text Example


Text Example

White with #F88EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88EDB; }

 p { color: rgb(248,142,219); }

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

background-color css

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

 a { background-color: rgb(248,142,219); }

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

border-color css

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

 span { border-color: rgb(248,142,219); }

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