#FD8FFA

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

Shades of Violet #FD8FFA

Tints of Violet #FD8FFA

Color information

#FD8FFA (or 0xFD8FFA) is unknown color: approx Violet. HEX triplet: FD, 8F and FA. RGB value is (253,143,250). Sum of RGB (Red+Green+Blue) = 253+143+250=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 143 (56.25% from 255 or 22.14% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8FFA is #027005. Grayscale: #BBBBBB. Windows color (decimal): -159750 or 16420861. OLE color: 16420861.

HSL color Cylindrical-coordinate representation of color #FD8FFA: hue angle of 301.64º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD8FFA is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB253143250-
CMYK00.430.010.01
HSL301.64º96.49%77.65%-
HSV(B)301.64º43.48%99.22%-
XYZ67.5947.4396.04-
YUV188.09162.94174.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.16%
GREEN value IS 143 (56.25% from 255) = 22.14%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=39.16%
G=22.14%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314325000.430.010.01301.6496.4977.65
HexFD8FFA02B1112e604e
Octal37521737205311456140116
Binary11111101100011111111101001010111110010111011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8FFA; }

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

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

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

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

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

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

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

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