#FDC3FF

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

Shades of Snuff #FDC3FF

Tints of Snuff #FDC3FF

Color information

#FDC3FF (or 0xFDC3FF) is unknown color: approx Snuff. HEX triplet: FD, C3 and FF. RGB value is (253,195,255). Sum of RGB (Red+Green+Blue) = 253+195+255=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 195 (76.56% from 255 or 27.74% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDC3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC3FF is #023C00. Grayscale: #DBDBDB. Windows color (decimal): -146433 or 16761853. OLE color: 16761853.

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

Color convert

RGB253195255-
CMYK0.010.2400
HSL298º100%88.24%-
HSV(B)298º23.53%100%-
XYZ78.0767.13103.45-
YUV219.18148.22152.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.99%
GREEN value IS 195 (76.56% from 255) = 27.74%
BLUE value IS 255 (100% from 255) = 36.27%
R=35.99%
G=27.74%
B=36.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2531952550.010.240029810088.24
HexFDC3FF1180012a6458
Octal37530337713000452144130
Binary1111110111000011111111111110000010010101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC3FF; }

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

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

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

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

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

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

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

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