Html Css Color HEX #FE7BDE Pale Magenta

📋 copy color: '#FE7BDE'

red 254 ◦ green 123 ◦ blue 222

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

Shades of Pale Magenta #FE7BDE

Tints of Pale Magenta #FE7BDE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.53%

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

R = 42.4%
G = 20.53%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE7BDE (or 0xFE7BDE) is known color: Pale Magenta. HEX triplet: FE, 7B and DE. RGB value is (254,123,222). Sum of RGB (Red+Green+Blue) = 254+123+222=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 123 (48.44% from 255 or 20.53% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BDE is #018421. Grayscale: #ADADAD. Windows color (decimal): -99362 or 14580734. OLE color: 14580734.

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

Color convert

RGB 254 123 222 -
CMYK 0 0.52 0.13 0.00
HSL 314.66º 0.98% 0.74% -
HSV(B) 314.66º 0.52% 1% -
XYZ 61.14 40.51 73.7 -
YUV 173.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 254 123 222 0 0.52 0.13 0.00 314.66 0.98 0.74
Hex FE 7B DE 0 34 D 0 13B 62 4A
Octal 376 173 336 0 64 15 0 473 142 112
Binary 11111110 1111011 11011110 0 110100 1101 0 100111011 1100010 1001010

Color Harmonies of #FE7BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BDE

Black with #FE7BDE

Text Example


Text Example

White with #FE7BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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