Html Css Color HEX #FB85E9 Pale Magenta

📋 copy color: '#FB85E9'

red 251 ◦ green 133 ◦ blue 233

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

Shades of Pale Magenta #FB85E9

Tints of Pale Magenta #FB85E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.76%

R = 40.68%
G = 21.56%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FB85E9 (or 0xFB85E9) is known color: Pale Magenta. HEX triplet: FB, 85 and E9. RGB value is (251,133,233). Sum of RGB (Red+Green+Blue) = 251+133+233=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 133 (52.34% from 255 or 21.56% from 617); Blue value is 233 (91.41% from 255 or 37.76% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB85E9 is #047A16. Grayscale: #B3B3B3. Windows color (decimal): -293399 or 15304187. OLE color: 15304187.

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

Color convert

RGB 251 133 233 -
CMYK 0 0.47 0.07 0.02
HSL 309.15º 0.94% 0.75% -
HSV(B) 309.15º 0.47% 0.98% -
XYZ 62.88 43.17 82.11 -
YUV 179.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 251 133 233 0 0.47 0.07 0.02 309.15 0.94 0.75
Hex FB 85 E9 0 2F 7 2 135 5E 4B
Octal 373 205 351 0 57 7 2 465 136 113
Binary 11111011 10000101 11101001 0 101111 111 10 100110101 1011110 1001011

Color Harmonies of #FB85E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB85E9

Black with #FB85E9

Text Example


Text Example

White with #FB85E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB85E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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