Html Css Color HEX #FB8DD6 Pale Magenta

📋 copy color: '#FB8DD6'

red 251 ◦ green 141 ◦ blue 214

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

Shades of Pale Magenta #FB8DD6

Tints of Pale Magenta #FB8DD6

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 value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FB8DD6 (or 0xFB8DD6) is known color: 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

RGB 251 141 214 -
CMYK 0 0.44 0.15 0.02
HSL 320.18º 0.93% 0.77% -
HSV(B) 320.18º 0.44% 0.98% -
XYZ 61.45 44.41 68.95 -
YUV 182.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 251 141 214 0 0.44 0.15 0.02 320.18 0.93 0.77
Hex FB 8D D6 0 2C F 2 140 5D 4D
Octal 373 215 326 0 54 17 2 500 135 115
Binary 11111011 10001101 11010110 0 101100 1111 10 101000000 1011101 1001101

Color Harmonies of #FB8DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8DD6

Black with #FB8DD6

Text Example


Text Example

White with #FB8DD6

Text Example


Text Example

HTML Codes & Css Web 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>