#FD9EFF

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

Shades of Violet #FD9EFF

Tints of Violet #FD9EFF

Color information

#FD9EFF (or 0xFD9EFF) is unknown color: approx Violet. HEX triplet: FD, 9E and FF. RGB value is (253,158,255). Sum of RGB (Red+Green+Blue) = 253+158+255=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 158 (62.11% from 255 or 23.72% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD9EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9EFF is #026100. Grayscale: #C5C5C5. Windows color (decimal): -155905 or 16752381. OLE color: 16752381.

HSL color Cylindrical-coordinate representation of color #FD9EFF: hue angle of 298.76º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FD9EFF is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB253158255-
CMYK0.010.3800
HSL298.76º100%80.98%-
HSV(B)298.76º38.04%100%-
XYZ70.7852.56101.02-
YUV197.46160.47167.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.99%
GREEN value IS 158 (62.11% from 255) = 23.72%
BLUE value IS 255 (100% from 255) = 38.29%
R=37.99%
G=23.72%
B=38.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2531582550.010.3800298.7610080.98
HexFD9EFF1260012b6451
Octal37523637714600453144121
Binary11111101100111101111111111001100010010101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9EFF; }

 p { color: rgb(253,158,255); }

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

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

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

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

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

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

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