Html Css Color HEX #FD8BEA Pale Magenta

📋 copy color: '#FD8BEA'

red 253 ◦ green 139 ◦ blue 234

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

Shades of Pale Magenta #FD8BEA

Tints of Pale Magenta #FD8BEA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.2%

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

R = 40.42%
G = 22.2%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD8BEA (or 0xFD8BEA) is known color: Pale Magenta. HEX triplet: FD, 8B and EA. RGB value is (253,139,234). Sum of RGB (Red+Green+Blue) = 253+139+234=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 139 (54.69% from 255 or 22.20% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8BEA is #027415. Grayscale: #B7B7B7. Windows color (decimal): -160790 or 15371261. OLE color: 15371261.

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

Color convert

RGB 253 139 234 -
CMYK 0 0.45 0.08 0.01
HSL 310º 0.97% 0.77% -
HSV(B) 310º 0.45% 0.99% -
XYZ 64.59 45.29 83.18 -
YUV 183.92 156.27 177.28 -
System Red Green Blue C M Y K H S L
Decimal 253 139 234 0 0.45 0.08 0.01 310 0.97 0.77
Hex FD 8B EA 0 2D 8 1 136 61 4D
Octal 375 213 352 0 55 10 1 466 141 115
Binary 11111101 10001011 11101010 0 101101 1000 1 100110110 1100001 1001101

Color Harmonies of #FD8BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8BEA

Black with #FD8BEA

Text Example


Text Example

White with #FD8BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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