Html Css Color HEX #FB8EDE Pale Magenta

📋 copy color: '#FB8EDE'

red 251 ◦ green 142 ◦ blue 222

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

Shades of Pale Magenta #FB8EDE

Tints of Pale Magenta #FB8EDE

RGB

 RED value IS 251 (98.44% from 255) = 40.81%

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

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

R = 40.81%
G = 23.09%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB8EDE (or 0xFB8EDE) is known color: Pale Magenta. HEX triplet: FB, 8E and DE. RGB value is (251,142,222). Sum of RGB (Red+Green+Blue) = 251+142+222=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 142 (55.86% from 255 or 23.09% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8EDE is #047121. Grayscale: #B7B7B7. Windows color (decimal): -291106 or 14585595. OLE color: 14585595.

HSL color Cylindrical-coordinate representation of color #FB8EDE: hue angle of 315.96º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8EDE is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 142 222 -
CMYK 0 0.43 0.12 0.02
HSL 315.96º 0.93% 0.77% -
HSV(B) 315.96º 0.43% 0.98% -
XYZ 62.64 45.13 74.52 -
YUV 183.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 251 142 222 0 0.43 0.12 0.02 315.96 0.93 0.77
Hex FB 8E DE 0 2B C 2 13C 5D 4D
Octal 373 216 336 0 53 14 2 474 135 115
Binary 11111011 10001110 11011110 0 101011 1100 10 100111100 1011101 1001101

Color Harmonies of #FB8EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8EDE

Black with #FB8EDE

Text Example


Text Example

White with #FB8EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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