Html Css Color HEX #FB8FDC Pale Magenta

📋 copy color: '#FB8FDC'

red 251 ◦ green 143 ◦ blue 220

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

Shades of Pale Magenta #FB8FDC

Tints of Pale Magenta #FB8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.29%

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

R = 40.88%
G = 23.29%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB8FDC (or 0xFB8FDC) is known color: Pale Magenta. HEX triplet: FB, 8F and DC. RGB value is (251,143,220). Sum of RGB (Red+Green+Blue) = 251+143+220=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 143 (56.25% from 255 or 23.29% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FDC is #047023. Grayscale: #B7B7B7. Windows color (decimal): -290852 or 14454779. OLE color: 14454779.

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

Color convert

RGB 251 143 220 -
CMYK 0 0.43 0.12 0.02
HSL 317.22º 0.93% 0.77% -
HSV(B) 317.22º 0.43% 0.98% -
XYZ 62.52 45.32 73.16 -
YUV 184.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 251 143 220 0 0.43 0.12 0.02 317.22 0.93 0.77
Hex FB 8F DC 0 2B C 2 13D 5D 4D
Octal 373 217 334 0 53 14 2 475 135 115
Binary 11111011 10001111 11011100 0 101011 1100 10 100111101 1011101 1001101

Color Harmonies of #FB8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8FDC

Black with #FB8FDC

Text Example


Text Example

White with #FB8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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