#FD9AFA

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

Shades of Violet #FD9AFA

Tints of Violet #FD9AFA

Color information

#FD9AFA (or 0xFD9AFA) is unknown color: approx Violet. HEX triplet: FD, 9A and FA. RGB value is (253,154,250). Sum of RGB (Red+Green+Blue) = 253+154+250=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 154 (60.55% from 255 or 23.44% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9AFA is #026505. Grayscale: #C2C2C2. Windows color (decimal): -156934 or 16423677. OLE color: 16423677.

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

Color convert

RGB253154250-
CMYK00.390.010.01
HSL301.82º96.12%79.8%-
HSV(B)301.82º39.13%99.22%-
XYZ69.3250.996.61-
YUV194.54159.3169.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 154 (60.55% from 255) = 23.44%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=38.51%
G=23.44%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315425000.390.010.01301.8296.1279.8
HexFD9AFA0271112e6050
Octal37523237204711456140120
Binary11111101100110101111101001001111110010111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9AFA; }

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

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

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

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

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

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

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

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