Html Css Color HEX #F38EDE Pale Magenta

📋 copy color: '#F38EDE'

red 243 ◦ green 142 ◦ blue 222

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

Shades of Pale Magenta #F38EDE

Tints of Pale Magenta #F38EDE

RGB

 RED value IS 243 (95.31% from 255) = 40.03%

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

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

R = 40.03%
G = 23.39%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F38EDE (or 0xF38EDE) is known color: Pale Magenta. HEX triplet: F3, 8E and DE. RGB value is (243,142,222). Sum of RGB (Red+Green+Blue) = 243+142+222=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F38EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38EDE is #0C7121. Grayscale: #B5B5B5. Windows color (decimal): -815394 or 14585587. OLE color: 14585587.

HSL color Cylindrical-coordinate representation of color #F38EDE: hue angle of 312.48º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38EDE is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 142 222 -
CMYK 0 0.42 0.09 0.05
HSL 312.48º 0.81% 0.75% -
HSV(B) 312.48º 0.42% 0.95% -
XYZ 59.82 43.67 74.38 -
YUV 181.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 243 142 222 0 0.42 0.09 0.05 312.48 0.81 0.75
Hex F3 8E DE 0 2A 9 5 138 51 4B
Octal 363 216 336 0 52 11 5 470 121 113
Binary 11110011 10001110 11011110 0 101010 1001 101 100111000 1010001 1001011

Color Harmonies of #F38EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38EDE

Black with #F38EDE

Text Example


Text Example

White with #F38EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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