#FCC1FD

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

Shades of Snuff #FCC1FD

Tints of Snuff #FCC1FD

Color information

#FCC1FD (or 0xFCC1FD) is unknown color: approx Snuff. HEX triplet: FC, C1 and FD. RGB value is (252,193,253). Sum of RGB (Red+Green+Blue) = 252+193+253=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 193 (75.78% from 255 or 27.65% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCC1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC1FD is #033E02. Grayscale: #D9D9D9. Windows color (decimal): -212483 or 16630268. OLE color: 16630268.

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

Color convert

RGB252193253-
CMYK0.000.2400.01
HSL299º93.75%87.45%-
HSV(B)299º23.72%99.22%-
XYZ76.9465.93101.6-
YUV217.48148.05152.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 193 (75.78% from 255) = 27.65%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=36.10%
G=27.65%
B=36.25%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521932530.000.2400.0129993.7587.45
HexFCC1FD0180112b5e57
Octal37430137503001453136127
Binary1111110011000001111111010110000110010101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1FD; }

 p { color: rgb(252,193,253); }

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

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

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

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

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

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

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