#fd8ffe

Color #FD8FFE Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FD8FFE

Tints of Fuchsia Pink #FD8FFE

Color information

#FD8FFE (or 0xFD8FFE) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 8F and FE. RGB value is (253,143,254). Sum of RGB (Red+Green+Blue) = 253+143+254=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 143 (56.25% from 255 or 22% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD8FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8FFE is #027001. Grayscale: #BCBCBC. Windows color (decimal): -159746 or 16683005. OLE color: 16683005.

HSL color Cylindrical-coordinate representation of color #FD8FFE: hue angle of 299.46º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FD8FFE is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB253143254-
CMYK0.000.4400.00
HSL299.46º98.23%77.84%-
HSV(B)299.46º43.7%99.61%-
XYZ68.2247.6899.37-
YUV188.54164.94173.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.92%
GREEN value IS 143 (56.25% from 255) = 22%
BLUE value IS 254 (99.61% from 255) = 39.08%
R=38.92%
G=22%
B=39.08%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2531432540.000.4400.00299.4698.2377.84
HexFD8FFE02C0012b624e
Octal37521737605400453142116
Binary11111101100011111111111001011000010010101111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd8ffe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd8ffe; }

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

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

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

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

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

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

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

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