Html Css Color HEX #FD8CEF Pale Magenta

📋 copy color: '#FD8CEF'

red 253 ◦ green 140 ◦ blue 239

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

Shades of Pale Magenta #FD8CEF

Tints of Pale Magenta #FD8CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.82%

R = 40.03%
G = 22.15%
B = 37.82%

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

#FD8CEF (or 0xFD8CEF) is known color: Pale Magenta. HEX triplet: FD, 8C and EF. RGB value is (253,140,239). Sum of RGB (Red+Green+Blue) = 253+140+239=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 140 (55.08% from 255 or 22.15% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8CEF is #027310. Grayscale: #B8B8B8. Windows color (decimal): -160529 or 15699197. OLE color: 15699197.

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

Color convert

RGB 253 140 239 -
CMYK 0 0.45 0.06 0.01
HSL 307.43º 0.97% 0.77% -
HSV(B) 307.43º 0.45% 0.99% -
XYZ 65.47 45.87 87.06 -
YUV 185.07 158.44 176.45 -
System Red Green Blue C M Y K H S L
Decimal 253 140 239 0 0.45 0.06 0.01 307.43 0.97 0.77
Hex FD 8C EF 0 2D 6 1 133 61 4D
Octal 375 214 357 0 55 6 1 463 141 115
Binary 11111101 10001100 11101111 0 101101 110 1 100110011 1100001 1001101

Color Harmonies of #FD8CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8CEF

Black with #FD8CEF

Text Example


Text Example

White with #FD8CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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