Html Css Color HEX #FB8FE0 Pale Magenta

📋 copy color: '#FB8FE0'

red 251 ◦ green 143 ◦ blue 224

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

Shades of Pale Magenta #FB8FE0

Tints of Pale Magenta #FB8FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.25%

R = 40.61%
G = 23.14%
B = 36.25%

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

#FB8FE0 (or 0xFB8FE0) is known color: Pale Magenta. HEX triplet: FB, 8F and E0. RGB value is (251,143,224). Sum of RGB (Red+Green+Blue) = 251+143+224=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 143 (56.25% from 255 or 23.14% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FE0 is #04701F. Grayscale: #B8B8B8. Windows color (decimal): -290848 or 14716923. OLE color: 14716923.

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

Color convert

RGB 251 143 224 -
CMYK 0 0.43 0.11 0.02
HSL 315º 0.93% 0.77% -
HSV(B) 315º 0.43% 0.98% -
XYZ 63.06 45.54 75.99 -
YUV 184.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 251 143 224 0 0.43 0.11 0.02 315 0.93 0.77
Hex FB 8F E0 0 2B B 2 13B 5D 4D
Octal 373 217 340 0 53 13 2 473 135 115
Binary 11111011 10001111 11100000 0 101011 1011 10 100111011 1011101 1001101

Color Harmonies of #FB8FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8FE0

Black with #FB8FE0

Text Example


Text Example

White with #FB8FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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