#FD8CFA

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

Shades of Violet #FD8CFA

Tints of Violet #FD8CFA

Color information

#FD8CFA (or 0xFD8CFA) is unknown color: approx Violet. HEX triplet: FD, 8C and FA. RGB value is (253,140,250). Sum of RGB (Red+Green+Blue) = 253+140+250=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 140 (55.08% from 255 or 21.77% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8CFA is #027305. Grayscale: #BABABA. Windows color (decimal): -160518 or 16420093. OLE color: 16420093.

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

Color convert

RGB253140250-
CMYK00.450.010.01
HSL301.59º96.58%77.06%-
HSV(B)301.59º44.66%99.22%-
XYZ67.1446.5495.89-
YUV186.33163.94175.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.35%
GREEN value IS 140 (55.08% from 255) = 21.77%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=39.35%
G=21.77%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314025000.450.010.01301.5996.5877.06
HexFD8CFA02D1112e614d
Octal37521437205511456141115
Binary11111101100011001111101001011011110010111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8CFA; }

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

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

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

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

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

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

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

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