Html Css Color HEX #FB85ED Pale Magenta

📋 copy color: '#FB85ED'

red 251 ◦ green 133 ◦ blue 237

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

Shades of Pale Magenta #FB85ED

Tints of Pale Magenta #FB85ED

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.42%

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

R = 40.42%
G = 21.42%
B = 38.16%

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

#FB85ED (or 0xFB85ED) is known color: Pale Magenta. HEX triplet: FB, 85 and ED. RGB value is (251,133,237). Sum of RGB (Red+Green+Blue) = 251+133+237=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 133 (52.34% from 255 or 21.42% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB85ED is #047A12. Grayscale: #B3B3B3. Windows color (decimal): -293395 or 15566331. OLE color: 15566331.

HSL color Cylindrical-coordinate representation of color #FB85ED: hue angle of 307.12º 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 #FB85ED is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 133 237 -
CMYK 0 0.47 0.06 0.02
HSL 307.12º 0.94% 0.75% -
HSV(B) 307.12º 0.47% 0.98% -
XYZ 63.46 43.4 85.15 -
YUV 180.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 251 133 237 0 0.47 0.06 0.02 307.12 0.94 0.75
Hex FB 85 ED 0 2F 6 2 133 5E 4B
Octal 373 205 355 0 57 6 2 463 136 113
Binary 11111011 10000101 11101101 0 101111 110 10 100110011 1011110 1001011

Color Harmonies of #FB85ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB85ED

Black with #FB85ED

Text Example


Text Example

White with #FB85ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB85ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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