Html Css Color HEX #FE7BDA Pale Magenta

📋 copy color: '#FE7BDA'

red 254 ◦ green 123 ◦ blue 218

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

Shades of Pale Magenta #FE7BDA

Tints of Pale Magenta #FE7BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.64%

R = 42.69%
G = 20.67%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE7BDA (or 0xFE7BDA) is known color: Pale Magenta. HEX triplet: FE, 7B and DA. RGB value is (254,123,218). Sum of RGB (Red+Green+Blue) = 254+123+218=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 123 (48.44% from 255 or 20.67% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BDA is #018425. Grayscale: #ACACAC. Windows color (decimal): -99366 or 14318590. OLE color: 14318590.

HSL color Cylindrical-coordinate representation of color #FE7BDA: hue angle of 316.49º 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 #FE7BDA is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 123 218 -
CMYK 0 0.52 0.14 0.00
HSL 316.49º 0.98% 0.74% -
HSV(B) 316.49º 0.52% 1% -
XYZ 60.61 40.3 70.91 -
YUV 173 153.4 185.78 -
System Red Green Blue C M Y K H S L
Decimal 254 123 218 0 0.52 0.14 0.00 316.49 0.98 0.74
Hex FE 7B DA 0 34 E 0 13C 62 4A
Octal 376 173 332 0 64 16 0 474 142 112
Binary 11111110 1111011 11011010 0 110100 1110 0 100111100 1100010 1001010

Color Harmonies of #FE7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7BDA

Black with #FE7BDA

Text Example


Text Example

White with #FE7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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