Html Css Color HEX #FD8CDE Pale Magenta

📋 copy color: '#FD8CDE'

red 253 ◦ green 140 ◦ blue 222

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

Shades of Pale Magenta #FD8CDE

Tints of Pale Magenta #FD8CDE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.76%

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

R = 41.14%
G = 22.76%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD8CDE (or 0xFD8CDE) is known color: Pale Magenta. HEX triplet: FD, 8C and DE. RGB value is (253,140,222). Sum of RGB (Red+Green+Blue) = 253+140+222=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 140 (55.08% from 255 or 22.76% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CDE is #027321. Grayscale: #B6B6B6. Windows color (decimal): -160546 or 14585085. OLE color: 14585085.

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

Color convert

RGB 253 140 222 -
CMYK 0 0.45 0.12 0.01
HSL 316.46º 0.97% 0.77% -
HSV(B) 316.46º 0.45% 0.99% -
XYZ 63.07 44.91 74.45 -
YUV 183.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 253 140 222 0 0.45 0.12 0.01 316.46 0.97 0.77
Hex FD 8C DE 0 2D C 1 13C 61 4D
Octal 375 214 336 0 55 14 1 474 141 115
Binary 11111101 10001100 11011110 0 101101 1100 1 100111100 1100001 1001101

Color Harmonies of #FD8CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8CDE

Black with #FD8CDE

Text Example


Text Example

White with #FD8CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8CDE; }

 p { color: rgb(253,140,222); }

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

background-color css

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

 a { background-color: rgb(253,140,222); }

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

border-color css

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

 span { border-color: rgb(253,140,222); }

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