Html Css Color HEX #FB8FDB Pale Magenta

📋 copy color: '#FB8FDB'

red 251 ◦ green 143 ◦ blue 219

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

Shades of Pale Magenta #FB8FDB

Tints of Pale Magenta #FB8FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.73%

R = 40.95%
G = 23.33%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB8FDB (or 0xFB8FDB) is known color: Pale Magenta. HEX triplet: FB, 8F and DB. RGB value is (251,143,219). Sum of RGB (Red+Green+Blue) = 251+143+219=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FDB is #047024. Grayscale: #B7B7B7. Windows color (decimal): -290853 or 14389243. OLE color: 14389243.

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

Color convert

RGB 251 143 219 -
CMYK 0 0.43 0.13 0.02
HSL 317.78º 0.93% 0.77% -
HSV(B) 317.78º 0.43% 0.98% -
XYZ 62.39 45.27 72.47 -
YUV 183.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 251 143 219 0 0.43 0.13 0.02 317.78 0.93 0.77
Hex FB 8F DB 0 2B D 2 13E 5D 4D
Octal 373 217 333 0 53 15 2 476 135 115
Binary 11111011 10001111 11011011 0 101011 1101 10 100111110 1011101 1001101

Color Harmonies of #FB8FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8FDB

Black with #FB8FDB

Text Example


Text Example

White with #FB8FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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