Html Css Color HEX #FD8FEA Pale Magenta

📋 copy color: '#FD8FEA'

red 253 ◦ green 143 ◦ blue 234

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

Shades of Pale Magenta #FD8FEA

Tints of Pale Magenta #FD8FEA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 22.7%

 BLUE value IS 234 (91.8% from 255) = 37.14%

R = 40.16%
G = 22.7%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD8FEA (or 0xFD8FEA) is known color: Pale Magenta. HEX triplet: FD, 8F and EA. RGB value is (253,143,234). Sum of RGB (Red+Green+Blue) = 253+143+234=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 143 (56.25% from 255 or 22.70% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8FEA is #027015. Grayscale: #BABABA. Windows color (decimal): -159766 or 15372285. OLE color: 15372285.

HSL color Cylindrical-coordinate representation of color #FD8FEA: hue angle of 310.36º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD8FEA is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 143 234 -
CMYK 0 0.43 0.08 0.01
HSL 310.36º 0.96% 0.78% -
HSV(B) 310.36º 0.43% 0.99% -
XYZ 65.18 46.47 83.38 -
YUV 186.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 253 143 234 0 0.43 0.08 0.01 310.36 0.96 0.78
Hex FD 8F EA 0 2B 8 1 136 60 4E
Octal 375 217 352 0 53 10 1 466 140 116
Binary 11111101 10001111 11101010 0 101011 1000 1 100110110 1100000 1001110

Color Harmonies of #FD8FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8FEA

Black with #FD8FEA

Text Example


Text Example

White with #FD8FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8FEA; }

 p { color: rgb(253,143,234); }

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

background-color css

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

 a { background-color: rgb(253,143,234); }

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

border-color css

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

 span { border-color: rgb(253,143,234); }

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