Html Css Color HEX #F88DDC Pale Magenta

📋 copy color: '#F88DDC'

red 248 ◦ green 141 ◦ blue 220

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

Shades of Pale Magenta #F88DDC

Tints of Pale Magenta #F88DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.15%

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 40.72%
G = 23.15%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F88DDC (or 0xF88DDC) is known color: Pale Magenta. HEX triplet: F8, 8D and DC. RGB value is (248,141,220). Sum of RGB (Red+Green+Blue) = 248+141+220=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 141 (55.47% from 255 or 23.15% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88DDC is #077223. Grayscale: #B5B5B5. Windows color (decimal): -487972 or 14454264. OLE color: 14454264.

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

Color convert

RGB 248 141 220 -
CMYK 0 0.43 0.11 0.03
HSL 315.7º 0.88% 0.76% -
HSV(B) 315.7º 0.43% 0.97% -
XYZ 61.15 44.17 73.01 -
YUV 182 149.45 175.08 -
System Red Green Blue C M Y K H S L
Decimal 248 141 220 0 0.43 0.11 0.03 315.7 0.88 0.76
Hex F8 8D DC 0 2B B 3 13C 58 4C
Octal 370 215 334 0 53 13 3 474 130 114
Binary 11111000 10001101 11011100 0 101011 1011 11 100111100 1011000 1001100

Color Harmonies of #F88DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88DDC

Black with #F88DDC

Text Example


Text Example

White with #F88DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88DDC; }

 p { color: rgb(248,141,220); }

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

background-color css

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

 a { background-color: rgb(248,141,220); }

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

border-color css

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

 span { border-color: rgb(248,141,220); }

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