#FD8CFF

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

Shades of Fuchsia Pink #FD8CFF

Tints of Fuchsia Pink #FD8CFF

Color information

#FD8CFF (or 0xFD8CFF) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 8C and FF. RGB value is (253,140,255). Sum of RGB (Red+Green+Blue) = 253+140+255=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 140 (55.08% from 255 or 21.60% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD8CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8CFF is #027300. Grayscale: #BABABA. Windows color (decimal): -160513 or 16747773. OLE color: 16747773.

HSL color Cylindrical-coordinate representation of color #FD8CFF: hue angle of 298.96º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8CFF is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB253140255-
CMYK0.010.4500
HSL298.96º100%77.45%-
HSV(B)298.96º45.1%100%-
XYZ67.9446.86100.07-
YUV186.9166.44175.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.04%
GREEN value IS 140 (55.08% from 255) = 21.60%
BLUE value IS 255 (100% from 255) = 39.35%
R=39.04%
G=21.60%
B=39.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2531402550.010.4500298.9610077.45
HexFD8CFF12D0012b644d
Octal37521437715500453144115
Binary11111101100011001111111111011010010010101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8CFF; }

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

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

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

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

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

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

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

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