Html Css Color HEX #FB85E6 Pale Magenta

📋 copy color: '#FB85E6'

red 251 ◦ green 133 ◦ blue 230

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

Shades of Pale Magenta #FB85E6

Tints of Pale Magenta #FB85E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.46%

R = 40.88%
G = 21.66%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB85E6 (or 0xFB85E6) is known color: Pale Magenta. HEX triplet: FB, 85 and E6. RGB value is (251,133,230). Sum of RGB (Red+Green+Blue) = 251+133+230=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 133 (52.34% from 255 or 21.66% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB85E6 is #047A19. Grayscale: #B3B3B3. Windows color (decimal): -293402 or 15107579. OLE color: 15107579.

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

Color convert

RGB 251 133 230 -
CMYK 0 0.47 0.08 0.02
HSL 310.68º 0.94% 0.75% -
HSV(B) 310.68º 0.47% 0.98% -
XYZ 62.45 43 79.87 -
YUV 179.34 156.59 179.11 -
System Red Green Blue C M Y K H S L
Decimal 251 133 230 0 0.47 0.08 0.02 310.68 0.94 0.75
Hex FB 85 E6 0 2F 8 2 137 5E 4B
Octal 373 205 346 0 57 10 2 467 136 113
Binary 11111011 10000101 11100110 0 101111 1000 10 100110111 1011110 1001011

Color Harmonies of #FB85E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB85E6

Black with #FB85E6

Text Example


Text Example

White with #FB85E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB85E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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