#FD9CFE

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

Shades of Violet #FD9CFE

Tints of Violet #FD9CFE

Color information

#FD9CFE (or 0xFD9CFE) is unknown color: approx Violet. HEX triplet: FD, 9C and FE. RGB value is (253,156,254). Sum of RGB (Red+Green+Blue) = 253+156+254=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 156 (61.33% from 255 or 23.53% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD9CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9CFE is #026301. Grayscale: #C3C3C3. Windows color (decimal): -156418 or 16686333. OLE color: 16686333.

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

Color convert

RGB253156254-
CMYK0.000.3900.00
HSL299.39º98%80.39%-
HSV(B)299.39º38.58%99.61%-
XYZ70.2951.82100.06-
YUV196.18160.64168.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.16%
GREEN value IS 156 (61.33% from 255) = 23.53%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=38.16%
G=23.53%
B=38.31%

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
Decimal2531562540.000.3900.00299.399880.39
HexFD9CFE0270012b6250
Octal37523437604700453142120
Binary11111101100111001111111001001110010010101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9CFE; }

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

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

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

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

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

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

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

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