Html Css Color HEX #FB8FE6 Pale Magenta

📋 copy color: '#FB8FE6'

red 251 ◦ green 143 ◦ blue 230

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

Shades of Pale Magenta #FB8FE6

Tints of Pale Magenta #FB8FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.86%

R = 40.22%
G = 22.92%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB8FE6 (or 0xFB8FE6) is known color: Pale Magenta. HEX triplet: FB, 8F and E6. RGB value is (251,143,230). Sum of RGB (Red+Green+Blue) = 251+143+230=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 143 (56.25% from 255 or 22.92% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8FE6 is #047019. Grayscale: #B8B8B8. Windows color (decimal): -290842 or 15110139. OLE color: 15110139.

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

Color convert

RGB 251 143 230 -
CMYK 0 0.43 0.08 0.02
HSL 311.67º 0.93% 0.77% -
HSV(B) 311.67º 0.43% 0.98% -
XYZ 63.89 45.87 80.35 -
YUV 185.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 251 143 230 0 0.43 0.08 0.02 311.67 0.93 0.77
Hex FB 8F E6 0 2B 8 2 138 5D 4D
Octal 373 217 346 0 53 10 2 470 135 115
Binary 11111011 10001111 11100110 0 101011 1000 10 100111000 1011101 1001101

Color Harmonies of #FB8FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8FE6

Black with #FB8FE6

Text Example


Text Example

White with #FB8FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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