#FFCCFF

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

Shades of Snuff #FFCCFF

Tints of Snuff #FFCCFF

Color information

#FFCCFF (or 0xFFCCFF) is unknown color: approx Snuff. HEX triplet: FF, CC and FF. RGB value is (255,204,255). Sum of RGB (Red+Green+Blue) = 255+204+255=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 204 (80.08% from 255 or 28.57% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFCCFF is a web safe color. Inversed color of #FFCCFF is #003300. Grayscale: #E0E0E0. Windows color (decimal): -13057 or 16764159. OLE color: 16764159.

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

Color convert

RGB255204255-
CMYK00.200
HSL300º100%90%-
HSV(B)300º20%100%-
XYZ80.8871.67104.18-
YUV225.06144.9149.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.71%
GREEN value IS 204 (80.08% from 255) = 28.57%
BLUE value IS 255 (100% from 255) = 35.71%
R=35.71%
G=28.57%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520425500.20030010090
HexFFCCFF0140012c645a
Octal37731437702400454144132
Binary1111111111001100111111110101000010010110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCFF; }

 p { color: rgb(255,204,255); }

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

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

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

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

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

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

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