Html Css Color HEX #FE6BDE Pale Magenta

📋 copy color: '#FE6BDE'

red 254 ◦ green 107 ◦ blue 222

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

Shades of Pale Magenta #FE6BDE

Tints of Pale Magenta #FE6BDE

RGB

 RED value IS 254 (99.61% from 255) = 43.57%

 GREEN value IS 107 (42.19% from 255) = 18.35%

 BLUE value IS 222 (87.11% from 255) = 38.08%

R = 43.57%
G = 18.35%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE6BDE (or 0xFE6BDE) is known color: Pale Magenta. HEX triplet: FE, 6B and DE. RGB value is (254,107,222). Sum of RGB (Red+Green+Blue) = 254+107+222=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 107 (42.19% from 255 or 18.35% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6BDE is #019421. Grayscale: #A3A3A3. Windows color (decimal): -103458 or 14576638. OLE color: 14576638.

HSL color Cylindrical-coordinate representation of color #FE6BDE: hue angle of 313.06º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6BDE is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 107 222 -
CMYK 0 0.58 0.13 0.00
HSL 313.06º 0.99% 0.71% -
HSV(B) 313.06º 0.58% 1% -
XYZ 59.32 36.86 73.1 -
YUV 164.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 254 107 222 0 0.58 0.13 0.00 313.06 0.99 0.71
Hex FE 6B DE 0 3A D 0 139 63 47
Octal 376 153 336 0 72 15 0 471 143 107
Binary 11111110 1101011 11011110 0 111010 1101 0 100111001 1100011 1000111

Color Harmonies of #FE6BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6BDE

Black with #FE6BDE

Text Example


Text Example

White with #FE6BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6BDE; }

 p { color: rgb(254,107,222); }

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

background-color css

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

 a { background-color: rgb(254,107,222); }

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

border-color css

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

 span { border-color: rgb(254,107,222); }

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