Html Css Color HEX #FD7BEC Pale Magenta

📋 copy color: '#FD7BEC'

red 253 ◦ green 123 ◦ blue 236

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

Shades of Pale Magenta #FD7BEC

Tints of Pale Magenta #FD7BEC

RGB

 RED value IS 253 (99.22% from 255) = 41.34%

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

 BLUE value IS 236 (92.58% from 255) = 38.56%

R = 41.34%
G = 20.1%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FD7BEC (or 0xFD7BEC) is known color: Pale Magenta. HEX triplet: FD, 7B and EC. RGB value is (253,123,236). Sum of RGB (Red+Green+Blue) = 253+123+236=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 123 (48.44% from 255 or 20.10% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7BEC is #028413. Grayscale: #AEAEAE. Windows color (decimal): -164884 or 15498237. OLE color: 15498237.

HSL color Cylindrical-coordinate representation of color #FD7BEC: hue angle of 307.85º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7BEC is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 123 236 -
CMYK 0 0.51 0.07 0.01
HSL 307.85º 0.97% 0.74% -
HSV(B) 307.85º 0.51% 0.99% -
XYZ 62.73 41.1 83.98 -
YUV 174.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 253 123 236 0 0.51 0.07 0.01 307.85 0.97 0.74
Hex FD 7B EC 0 33 7 1 134 61 4A
Octal 375 173 354 0 63 7 1 464 141 112
Binary 11111101 1111011 11101100 0 110011 111 1 100110100 1100001 1001010

Color Harmonies of #FD7BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7BEC

Black with #FD7BEC

Text Example


Text Example

White with #FD7BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7BEC; }

 p { color: rgb(253,123,236); }

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

background-color css

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

 a { background-color: rgb(253,123,236); }

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

border-color css

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

 span { border-color: rgb(253,123,236); }

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