Html Css Color HEX #FB6CE1 Pale Magenta

📋 copy color: '#FB6CE1'

red 251 ◦ green 108 ◦ blue 225

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

Shades of Pale Magenta #FB6CE1

Tints of Pale Magenta #FB6CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.53%

R = 42.98%
G = 18.49%
B = 38.53%

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

#FB6CE1 (or 0xFB6CE1) is known color: Pale Magenta. HEX triplet: FB, 6C and E1. RGB value is (251,108,225). Sum of RGB (Red+Green+Blue) = 251+108+225=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 108 (42.58% from 255 or 18.49% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6CE1 is #04931E. Grayscale: #A3A3A3. Windows color (decimal): -299807 or 14773499. OLE color: 14773499.

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

Color convert

RGB 251 108 225 -
CMYK 0 0.57 0.10 0.02
HSL 310.91º 0.95% 0.7% -
HSV(B) 310.91º 0.57% 0.98% -
XYZ 58.74 36.67 75.22 -
YUV 164.1 162.38 189.99 -
System Red Green Blue C M Y K H S L
Decimal 251 108 225 0 0.57 0.10 0.02 310.91 0.95 0.7
Hex FB 6C E1 0 39 A 2 137 5F 46
Octal 373 154 341 0 71 12 2 467 137 106
Binary 11111011 1101100 11100001 0 111001 1010 10 100110111 1011111 1000110

Color Harmonies of #FB6CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6CE1

Black with #FB6CE1

Text Example


Text Example

White with #FB6CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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