Html Css Color HEX #FB85DD Pale Magenta

📋 copy color: '#FB85DD'

red 251 ◦ green 133 ◦ blue 221

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

Shades of Pale Magenta #FB85DD

Tints of Pale Magenta #FB85DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.53%

R = 41.49%
G = 21.98%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB85DD (or 0xFB85DD) is known color: Pale Magenta. HEX triplet: FB, 85 and DD. RGB value is (251,133,221). Sum of RGB (Red+Green+Blue) = 251+133+221=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 133 (52.34% from 255 or 21.98% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB85DD is #047A22. Grayscale: #B2B2B2. Windows color (decimal): -293411 or 14517755. OLE color: 14517755.

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

Color convert

RGB 251 133 221 -
CMYK 0 0.47 0.12 0.02
HSL 315.25º 0.94% 0.75% -
HSV(B) 315.25º 0.47% 0.98% -
XYZ 61.22 42.5 73.38 -
YUV 178.31 152.09 179.84 -
System Red Green Blue C M Y K H S L
Decimal 251 133 221 0 0.47 0.12 0.02 315.25 0.94 0.75
Hex FB 85 DD 0 2F C 2 13B 5E 4B
Octal 373 205 335 0 57 14 2 473 136 113
Binary 11111011 10000101 11011101 0 101111 1100 10 100111011 1011110 1001011

Color Harmonies of #FB85DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB85DD

Black with #FB85DD

Text Example


Text Example

White with #FB85DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB85DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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