#FD8CFD

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

Shades of Fuchsia Pink #FD8CFD

Tints of Fuchsia Pink #FD8CFD

Color information

#FD8CFD (or 0xFD8CFD) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 8C and FD. RGB value is (253,140,253). Sum of RGB (Red+Green+Blue) = 253+140+253=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 140 (55.08% from 255 or 21.67% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD8CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8CFD is #027302. Grayscale: #BABABA. Windows color (decimal): -160515 or 16616701. OLE color: 16616701.

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

Color convert

RGB253140253-
CMYK00.4500.01
HSL300º96.58%77.06%-
HSV(B)300º44.66%99.22%-
XYZ67.6246.7398.38-
YUV186.67165.44175.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.16%
GREEN value IS 140 (55.08% from 255) = 21.67%
BLUE value IS 253 (99.22% from 255) = 39.16%
R=39.16%
G=21.67%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314025300.4500.0130096.5877.06
HexFD8CFD02D0112c614d
Octal37521437505501454141115
Binary11111101100011001111110101011010110010110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8CFD; }

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

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

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

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

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

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

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

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