Html Css Color HEX #FB8CDF Pale Magenta

📋 copy color: '#FB8CDF'

red 251 ◦ green 140 ◦ blue 223

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

Shades of Pale Magenta #FB8CDF

Tints of Pale Magenta #FB8CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.32%

R = 40.88%
G = 22.8%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FB8CDF (or 0xFB8CDF) is known color: Pale Magenta. HEX triplet: FB, 8C and DF. RGB value is (251,140,223). Sum of RGB (Red+Green+Blue) = 251+140+223=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 140 (55.08% from 255 or 22.80% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8CDF is #047320. Grayscale: #B6B6B6. Windows color (decimal): -291617 or 14650619. OLE color: 14650619.

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

Color convert

RGB 251 140 223 -
CMYK 0 0.44 0.11 0.02
HSL 315.14º 0.93% 0.77% -
HSV(B) 315.14º 0.44% 0.98% -
XYZ 62.48 44.59 75.13 -
YUV 182.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 251 140 223 0 0.44 0.11 0.02 315.14 0.93 0.77
Hex FB 8C DF 0 2C B 2 13B 5D 4D
Octal 373 214 337 0 54 13 2 473 135 115
Binary 11111011 10001100 11011111 0 101100 1011 10 100111011 1011101 1001101

Color Harmonies of #FB8CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8CDF

Black with #FB8CDF

Text Example


Text Example

White with #FB8CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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