Html Css Color HEX #FD8CED Pale Magenta

📋 copy color: '#FD8CED'

red 253 ◦ green 140 ◦ blue 237

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

Shades of Pale Magenta #FD8CED

Tints of Pale Magenta #FD8CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.62%

R = 40.16%
G = 22.22%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD8CED (or 0xFD8CED) is known color: Pale Magenta. HEX triplet: FD, 8C and ED. RGB value is (253,140,237). Sum of RGB (Red+Green+Blue) = 253+140+237=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 140 (55.08% from 255 or 22.22% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8CED is #027312. Grayscale: #B8B8B8. Windows color (decimal): -160531 or 15568125. OLE color: 15568125.

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

Color convert

RGB 253 140 237 -
CMYK 0 0.45 0.06 0.01
HSL 308.5º 0.97% 0.77% -
HSV(B) 308.5º 0.45% 0.99% -
XYZ 65.17 45.75 85.52 -
YUV 184.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 253 140 237 0 0.45 0.06 0.01 308.5 0.97 0.77
Hex FD 8C ED 0 2D 6 1 134 61 4D
Octal 375 214 355 0 55 6 1 464 141 115
Binary 11111101 10001100 11101101 0 101101 110 1 100110100 1100001 1001101

Color Harmonies of #FD8CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8CED

Black with #FD8CED

Text Example


Text Example

White with #FD8CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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