#FD8CF2

Color #FD8CF2 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FD8CF2

Tints of Pale Magenta #FD8CF2

Color information

#FD8CF2 (or 0xFD8CF2) is unknown color: approx Pale Magenta. HEX triplet: FD, 8C and F2. RGB value is (253,140,242). Sum of RGB (Red+Green+Blue) = 253+140+242=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 140 (55.08% from 255 or 22.05% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8CF2 is #02730D. Grayscale: #B9B9B9. Windows color (decimal): -160526 or 15895805. OLE color: 15895805.

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

Color convert

RGB253140242-
CMYK00.450.040.01
HSL305.84º96.58%77.06%-
HSV(B)305.84º44.66%99.22%-
XYZ65.9146.0589.42-
YUV185.42159.94176.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 140 (55.08% from 255) = 22.05%
BLUE value IS 242 (94.92% from 255) = 38.11%
R=39.84%
G=22.05%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314024200.450.040.01305.8496.5877.06
HexFD8CF202D41132614d
Octal37521436205541462141115
Binary1111110110001100111100100101101100110011001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8CF2; }

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

 H1.HeaderClassName
 {
   color: #FD8CF2;
 }
 .AnyTagClassName
 {
   color: #FD8CF2;
 }
</style>
background-color css

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

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

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

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

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

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