#FCCFFF

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

Shades of Snuff #FCCFFF

Tints of Snuff #FCCFFF

Color information

#FCCFFF (or 0xFCCFFF) is unknown color: approx Snuff. HEX triplet: FC, CF and FF. RGB value is (252,207,255). Sum of RGB (Red+Green+Blue) = 252+207+255=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 207 (81.25% from 255 or 28.99% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCCFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFFF is #033000. Grayscale: #E1E1E1. Windows color (decimal): -208897 or 16764924. OLE color: 16764924.

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

Color convert

RGB252207255-
CMYK0.010.1900
HSL296.25º100%90.59%-
HSV(B)296.25º18.82%100%-
XYZ80.5172.54104.37-
YUV225.93144.41146.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.29%
GREEN value IS 207 (81.25% from 255) = 28.99%
BLUE value IS 255 (100% from 255) = 35.71%
R=35.29%
G=28.99%
B=35.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522072550.010.1900296.2510090.59
HexFCCFFF11300128645b
Octal37431737712300450144133
Binary1111110011001111111111111100110010010100011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFFF; }

 p { color: rgb(252,207,255); }

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

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

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

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

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

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

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