#FD9BFF

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

Shades of Violet #FD9BFF

Tints of Violet #FD9BFF

Color information

#FD9BFF (or 0xFD9BFF) is unknown color: approx Violet. HEX triplet: FD, 9B and FF. RGB value is (253,155,255). Sum of RGB (Red+Green+Blue) = 253+155+255=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 155 (60.94% from 255 or 23.38% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD9BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9BFF is #026400. Grayscale: #C3C3C3. Windows color (decimal): -156673 or 16751613. OLE color: 16751613.

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

Color convert

RGB253155255-
CMYK0.010.3900
HSL298.8º100%80.39%-
HSV(B)298.8º39.22%100%-
XYZ70.2851.55100.85-
YUV195.7161.47168.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.16%
GREEN value IS 155 (60.94% from 255) = 23.38%
BLUE value IS 255 (100% from 255) = 38.46%
R=38.16%
G=23.38%
B=38.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2531552550.010.3900298.810080.39
HexFD9BFF1270012b6450
Octal37523337714700453144120
Binary11111101100110111111111111001110010010101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9BFF; }

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

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

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

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

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

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

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

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