Html Css Color HEX #FD7BDC Pale Magenta

📋 copy color: '#FD7BDC'

red 253 ◦ green 123 ◦ blue 220

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

Shades of Pale Magenta #FD7BDC

Tints of Pale Magenta #FD7BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.91%

R = 42.45%
G = 20.64%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD7BDC (or 0xFD7BDC) is known color: Pale Magenta. HEX triplet: FD, 7B and DC. RGB value is (253,123,220). Sum of RGB (Red+Green+Blue) = 253+123+220=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 123 (48.44% from 255 or 20.64% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7BDC is #028423. Grayscale: #ACACAC. Windows color (decimal): -164900 or 14449661. OLE color: 14449661.

HSL color Cylindrical-coordinate representation of color #FD7BDC: hue angle of 315.23º 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 #FD7BDC is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 123 220 -
CMYK 0 0.51 0.13 0.01
HSL 315.23º 0.97% 0.74% -
HSV(B) 315.23º 0.51% 0.99% -
XYZ 60.51 40.22 72.28 -
YUV 172.93 154.57 185.11 -
System Red Green Blue C M Y K H S L
Decimal 253 123 220 0 0.51 0.13 0.01 315.23 0.97 0.74
Hex FD 7B DC 0 33 D 1 13B 61 4A
Octal 375 173 334 0 63 15 1 473 141 112
Binary 11111101 1111011 11011100 0 110011 1101 1 100111011 1100001 1001010

Color Harmonies of #FD7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7BDC

Black with #FD7BDC

Text Example


Text Example

White with #FD7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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