Html Css Color HEX #FB6DE8 Pale Magenta

📋 copy color: '#FB6DE8'

red 251 ◦ green 109 ◦ blue 232

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

Shades of Pale Magenta #FB6DE8

Tints of Pale Magenta #FB6DE8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.41%

 BLUE value IS 232 (91.02% from 255) = 39.19%

R = 42.4%
G = 18.41%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB6DE8 (or 0xFB6DE8) is known color: Pale Magenta. HEX triplet: FB, 6D and E8. RGB value is (251,109,232). Sum of RGB (Red+Green+Blue) = 251+109+232=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 109 (42.97% from 255 or 18.41% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6DE8 is #049217. Grayscale: #A5A5A5. Windows color (decimal): -299544 or 15232507. OLE color: 15232507.

HSL color Cylindrical-coordinate representation of color #FB6DE8: hue angle of 308.03º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6DE8 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 109 232 -
CMYK 0 0.57 0.08 0.02
HSL 308.03º 0.95% 0.71% -
HSV(B) 308.03º 0.57% 0.98% -
XYZ 59.82 37.27 80.39 -
YUV 165.48 165.54 189 -
System Red Green Blue C M Y K H S L
Decimal 251 109 232 0 0.57 0.08 0.02 308.03 0.95 0.71
Hex FB 6D E8 0 39 8 2 134 5F 47
Octal 373 155 350 0 71 10 2 464 137 107
Binary 11111011 1101101 11101000 0 111001 1000 10 100110100 1011111 1000111

Color Harmonies of #FB6DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6DE8

Black with #FB6DE8

Text Example


Text Example

White with #FB6DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6DE8; }

 p { color: rgb(251,109,232); }

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

background-color css

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

 a { background-color: rgb(251,109,232); }

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

border-color css

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

 span { border-color: rgb(251,109,232); }

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