Html Css Color HEX #FB85DA Pale Magenta

📋 copy color: '#FB85DA'

red 251 ◦ green 133 ◦ blue 218

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

Shades of Pale Magenta #FB85DA

Tints of Pale Magenta #FB85DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.21%

R = 41.69%
G = 22.09%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB85DA (or 0xFB85DA) is known color: Pale Magenta. HEX triplet: FB, 85 and DA. RGB value is (251,133,218). Sum of RGB (Red+Green+Blue) = 251+133+218=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB85DA is #047A25. Grayscale: #B1B1B1. Windows color (decimal): -293414 or 14321147. OLE color: 14321147.

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

Color convert

RGB 251 133 218 -
CMYK 0 0.47 0.13 0.02
HSL 316.78º 0.94% 0.75% -
HSV(B) 316.78º 0.47% 0.98% -
XYZ 60.83 42.35 71.3 -
YUV 177.97 150.59 180.09 -
System Red Green Blue C M Y K H S L
Decimal 251 133 218 0 0.47 0.13 0.02 316.78 0.94 0.75
Hex FB 85 DA 0 2F D 2 13D 5E 4B
Octal 373 205 332 0 57 15 2 475 136 113
Binary 11111011 10000101 11011010 0 101111 1101 10 100111101 1011110 1001011

Color Harmonies of #FB85DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB85DA

Black with #FB85DA

Text Example


Text Example

White with #FB85DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB85DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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