Html Css Color HEX #FB8FDF Pale Magenta

📋 copy color: '#FB8FDF'

red 251 ◦ green 143 ◦ blue 223

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

Shades of Pale Magenta #FB8FDF

Tints of Pale Magenta #FB8FDF

RGB

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

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

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

R = 40.68%
G = 23.18%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FB8FDF (or 0xFB8FDF) is known color: Pale Magenta. HEX triplet: FB, 8F and DF. RGB value is (251,143,223). Sum of RGB (Red+Green+Blue) = 251+143+223=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 143 (56.25% from 255 or 23.18% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FDF is #047020. Grayscale: #B8B8B8. Windows color (decimal): -290849 or 14651387. OLE color: 14651387.

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

Color convert

RGB 251 143 223 -
CMYK 0 0.43 0.11 0.02
HSL 315.56º 0.93% 0.77% -
HSV(B) 315.56º 0.43% 0.98% -
XYZ 62.93 45.48 75.27 -
YUV 184.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 251 143 223 0 0.43 0.11 0.02 315.56 0.93 0.77
Hex FB 8F DF 0 2B B 2 13C 5D 4D
Octal 373 217 337 0 53 13 2 474 135 115
Binary 11111011 10001111 11011111 0 101011 1011 10 100111100 1011101 1001101

Color Harmonies of #FB8FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8FDF

Black with #FB8FDF

Text Example


Text Example

White with #FB8FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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