Html Css Color HEX #FB6CE2 Pale Magenta

📋 copy color: '#FB6CE2'

red 251 ◦ green 108 ◦ blue 226

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

Shades of Pale Magenta #FB6CE2

Tints of Pale Magenta #FB6CE2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.46%

 BLUE value IS 226 (88.67% from 255) = 38.63%

R = 42.91%
G = 18.46%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FB6CE2 (or 0xFB6CE2) is known color: Pale Magenta. HEX triplet: FB, 6C and E2. RGB value is (251,108,226). Sum of RGB (Red+Green+Blue) = 251+108+226=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 108 (42.58% from 255 or 18.46% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6CE2 is #04931D. Grayscale: #A3A3A3. Windows color (decimal): -299806 or 14839035. OLE color: 14839035.

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

Color convert

RGB 251 108 226 -
CMYK 0 0.57 0.10 0.02
HSL 310.49º 0.95% 0.7% -
HSV(B) 310.49º 0.57% 0.98% -
XYZ 58.87 36.73 75.94 -
YUV 164.21 162.88 189.91 -
System Red Green Blue C M Y K H S L
Decimal 251 108 226 0 0.57 0.10 0.02 310.49 0.95 0.7
Hex FB 6C E2 0 39 A 2 136 5F 46
Octal 373 154 342 0 71 12 2 466 137 106
Binary 11111011 1101100 11100010 0 111001 1010 10 100110110 1011111 1000110

Color Harmonies of #FB6CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6CE2

Black with #FB6CE2

Text Example


Text Example

White with #FB6CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6CE2; }

 p { color: rgb(251,108,226); }

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

background-color css

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

 a { background-color: rgb(251,108,226); }

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

border-color css

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

 span { border-color: rgb(251,108,226); }

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