#FCD1FC

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

Shades of Snuff #FCD1FC

Tints of Snuff #FCD1FC

Color information

#FCD1FC (or 0xFCD1FC) is unknown color: approx Snuff. HEX triplet: FC, D1 and FC. RGB value is (252,209,252). Sum of RGB (Red+Green+Blue) = 252+209+252=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 209 (82.03% from 255 or 29.31% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCD1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD1FC is #032E03. Grayscale: #E2E2E2. Windows color (decimal): -208388 or 16568828. OLE color: 16568828.

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

Color convert

RGB252209252-
CMYK00.1700.01
HSL300º87.76%90.39%-
HSV(B)300º17.06%98.82%-
XYZ80.5273.32102-
YUV226.76142.25146-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.34%
GREEN value IS 209 (82.03% from 255) = 29.31%
BLUE value IS 252 (98.83% from 255) = 35.34%
R=35.34%
G=29.31%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220925200.1700.0130087.7690.39
HexFCD1FC0110112c585a
Octal37432137402101454130132
Binary1111110011010001111111000100010110010110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD1FC; }

 p { color: rgb(252,209,252); }

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

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

 a { background-color: rgb(252,209,252); }

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

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

 span { border-color: rgb(252,209,252); }

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