Html Css Color HEX #FB8DDC Pale Magenta

📋 copy color: '#FB8DDC'

red 251 ◦ green 141 ◦ blue 220

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

Shades of Pale Magenta #FB8DDC

Tints of Pale Magenta #FB8DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.04%

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 41.01%
G = 23.04%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB8DDC (or 0xFB8DDC) is known color: Pale Magenta. HEX triplet: FB, 8D and DC. RGB value is (251,141,220). Sum of RGB (Red+Green+Blue) = 251+141+220=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 141 (55.47% from 255 or 23.04% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DDC is #047223. Grayscale: #B6B6B6. Windows color (decimal): -291364 or 14454267. OLE color: 14454267.

HSL color Cylindrical-coordinate representation of color #FB8DDC: hue angle of 316.91º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8DDC is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 141 220 -
CMYK 0 0.44 0.12 0.02
HSL 316.91º 0.93% 0.77% -
HSV(B) 316.91º 0.44% 0.98% -
XYZ 62.23 44.73 73.06 -
YUV 182.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 251 141 220 0 0.44 0.12 0.02 316.91 0.93 0.77
Hex FB 8D DC 0 2C C 2 13D 5D 4D
Octal 373 215 334 0 54 14 2 475 135 115
Binary 11111011 10001101 11011100 0 101100 1100 10 100111101 1011101 1001101

Color Harmonies of #FB8DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8DDC

Black with #FB8DDC

Text Example


Text Example

White with #FB8DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8DDC; }

 p { color: rgb(251,141,220); }

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

background-color css

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

 a { background-color: rgb(251,141,220); }

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

border-color css

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

 span { border-color: rgb(251,141,220); }

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