#FB8DD6

Color #FB8DD6 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FB8DD6

Tints of Pale Magenta #FB8DD6

Color information

#FB8DD6 (or 0xFB8DD6) is unknown color: approx Pale Magenta. HEX triplet: FB, 8D and D6. RGB value is (251,141,214). Sum of RGB (Red+Green+Blue) = 251+141+214=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 141 (55.47% from 255 or 23.27% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DD6 is #047229. Grayscale: #B6B6B6. Windows color (decimal): -291370 or 14061051. OLE color: 14061051.

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

Color convert

RGB251141214-
CMYK00.440.150.02
HSL320.18º93.22%76.86%-
HSV(B)320.18º43.82%98.43%-
XYZ61.4544.4168.95-
YUV182.21145.94177.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 141 (55.47% from 255) = 23.27%
BLUE value IS 214 (83.98% from 255) = 35.31%
R=41.42%
G=23.27%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114121400.440.150.02320.1893.2276.86
HexFB8DD602CF21405d4d
Octal373215326054172500135115
Binary111110111000110111010110010110011111010100000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DD6; }

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

 H1.HeaderClassName
 {
   color: #FB8DD6;
 }
 .AnyTagClassName
 {
   color: #FB8DD6;
 }
</style>
background-color css

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

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

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

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

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

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