Html Css Color HEX #FD8AF2 Pale Magenta

📋 copy color: '#FD8AF2'

red 253 ◦ green 138 ◦ blue 242

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

Shades of Pale Magenta #FD8AF2

Tints of Pale Magenta #FD8AF2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 21.8%

 BLUE value IS 242 (94.92% from 255) = 38.23%

R = 39.97%
G = 21.8%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD8AF2 (or 0xFD8AF2) is known color: Pale Magenta. HEX triplet: FD, 8A and F2. RGB value is (253,138,242). Sum of RGB (Red+Green+Blue) = 253+138+242=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 138 (54.30% from 255 or 21.80% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8AF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8AF2 is #02750D. Grayscale: #B7B7B7. Windows color (decimal): -161038 or 15895293. OLE color: 15895293.

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

Color convert

RGB 253 138 242 -
CMYK 0 0.45 0.04 0.01
HSL 305.74º 0.97% 0.77% -
HSV(B) 305.74º 0.45% 0.99% -
XYZ 65.62 45.47 89.32 -
YUV 184.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 253 138 242 0 0.45 0.04 0.01 305.74 0.97 0.77
Hex FD 8A F2 0 2D 4 1 132 61 4D
Octal 375 212 362 0 55 4 1 462 141 115
Binary 11111101 10001010 11110010 0 101101 100 1 100110010 1100001 1001101

Color Harmonies of #FD8AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8AF2

Black with #FD8AF2

Text Example


Text Example

White with #FD8AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8AF2; }

 p { color: rgb(253,138,242); }

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

background-color css

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

 a { background-color: rgb(253,138,242); }

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

border-color css

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

 span { border-color: rgb(253,138,242); }

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