Html Css Color HEX #FB8CDB Pale Magenta

📋 copy color: '#FB8CDB'

red 251 ◦ green 140 ◦ blue 219

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

Shades of Pale Magenta #FB8CDB

Tints of Pale Magenta #FB8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.95%

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

R = 41.15%
G = 22.95%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB8CDB (or 0xFB8CDB) is known color: Pale Magenta. HEX triplet: FB, 8C and DB. RGB value is (251,140,219). Sum of RGB (Red+Green+Blue) = 251+140+219=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 140 (55.08% from 255 or 22.95% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8CDB is #047324. Grayscale: #B5B5B5. Windows color (decimal): -291621 or 14388475. OLE color: 14388475.

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

Color convert

RGB 251 140 219 -
CMYK 0 0.44 0.13 0.02
HSL 317.3º 0.93% 0.77% -
HSV(B) 317.3º 0.44% 0.98% -
XYZ 61.95 44.38 72.32 -
YUV 182.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 251 140 219 0 0.44 0.13 0.02 317.3 0.93 0.77
Hex FB 8C DB 0 2C D 2 13D 5D 4D
Octal 373 214 333 0 54 15 2 475 135 115
Binary 11111011 10001100 11011011 0 101100 1101 10 100111101 1011101 1001101

Color Harmonies of #FB8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8CDB

Black with #FB8CDB

Text Example


Text Example

White with #FB8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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