#FD8CF8

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

Shades of Violet #FD8CF8

Tints of Violet #FD8CF8

Color information

#FD8CF8 (or 0xFD8CF8) is unknown color: approx Violet. HEX triplet: FD, 8C and F8. RGB value is (253,140,248). Sum of RGB (Red+Green+Blue) = 253+140+248=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 140 (55.08% from 255 or 21.84% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8CF8 is #027307. Grayscale: #B9B9B9. Windows color (decimal): -160520 or 16289021. OLE color: 16289021.

HSL color Cylindrical-coordinate representation of color #FD8CF8: hue angle of 302.65º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8CF8 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB253140248-
CMYK00.450.020.01
HSL302.65º96.58%77.06%-
HSV(B)302.65º44.66%99.22%-
XYZ66.8346.4294.24-
YUV186.1162.94175.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.47%
GREEN value IS 140 (55.08% from 255) = 21.84%
BLUE value IS 248 (97.27% from 255) = 38.69%
R=39.47%
G=21.84%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314024800.450.020.01302.6596.5877.06
HexFD8CF802D2112f614d
Octal37521437005521457141115
Binary111111011000110011111000010110110110010111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8CF8; }

 p { color: rgb(253,140,248); }

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

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

 a { background-color: rgb(253,140,248); }

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

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

 span { border-color: rgb(253,140,248); }

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