#FD9AFE

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

Shades of Violet #FD9AFE

Tints of Violet #FD9AFE

Color information

#FD9AFE (or 0xFD9AFE) is unknown color: approx Violet. HEX triplet: FD, 9A and FE. RGB value is (253,154,254). Sum of RGB (Red+Green+Blue) = 253+154+254=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 154 (60.55% from 255 or 23.30% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD9AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9AFE is #026501. Grayscale: #C2C2C2. Windows color (decimal): -156930 or 16685821. OLE color: 16685821.

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

Color convert

RGB253154254-
CMYK0.000.3900.00
HSL299.4º98.04%80%-
HSV(B)299.4º39.37%99.61%-
XYZ69.9551.1599.95-
YUV195161.3169.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.28%
GREEN value IS 154 (60.55% from 255) = 23.30%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=38.28%
G=23.30%
B=38.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2531542540.000.3900.00299.498.0480
HexFD9AFE0270012b6250
Octal37523237604700453142120
Binary11111101100110101111111001001110010010101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9AFE; }

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

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

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

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

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

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

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

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