Html Css Color HEX #FB86ED Pale Magenta

📋 copy color: '#FB86ED'

red 251 ◦ green 134 ◦ blue 237

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

Shades of Pale Magenta #FB86ED

Tints of Pale Magenta #FB86ED

RGB

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

 GREEN value IS 134 (52.73% from 255) = 21.54%

 BLUE value IS 237 (92.97% from 255) = 38.1%

R = 40.35%
G = 21.54%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB86ED (or 0xFB86ED) is known color: Pale Magenta. HEX triplet: FB, 86 and ED. RGB value is (251,134,237). Sum of RGB (Red+Green+Blue) = 251+134+237=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 134 (52.73% from 255 or 21.54% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FB86ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB86ED is #047912. Grayscale: #B4B4B4. Windows color (decimal): -293139 or 15566587. OLE color: 15566587.

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

Color convert

RGB 251 134 237 -
CMYK 0 0.47 0.06 0.02
HSL 307.18º 0.94% 0.75% -
HSV(B) 307.18º 0.47% 0.98% -
XYZ 63.59 43.67 85.2 -
YUV 180.73 159.76 178.12 -
System Red Green Blue C M Y K H S L
Decimal 251 134 237 0 0.47 0.06 0.02 307.18 0.94 0.75
Hex FB 86 ED 0 2F 6 2 133 5E 4B
Octal 373 206 355 0 57 6 2 463 136 113
Binary 11111011 10000110 11101101 0 101111 110 10 100110011 1011110 1001011

Color Harmonies of #FB86ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB86ED

Black with #FB86ED

Text Example


Text Example

White with #FB86ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB86ED; }

 p { color: rgb(251,134,237); }

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

background-color css

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

 a { background-color: rgb(251,134,237); }

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

border-color css

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

 span { border-color: rgb(251,134,237); }

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