#FFCCF6

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

Shades of Snuff #FFCCF6

Tints of Snuff #FFCCF6

Color information

#FFCCF6 (or 0xFFCCF6) is unknown color: approx Snuff. HEX triplet: FF, CC and F6. RGB value is (255,204,246). Sum of RGB (Red+Green+Blue) = 255+204+246=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 204 (80.08% from 255 or 28.94% from 705); Blue value is 246 (96.48% from 255 or 34.89% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCF6 is #003309. Grayscale: #DFDFDF. Windows color (decimal): -13066 or 16174335. OLE color: 16174335.

HSL color Cylindrical-coordinate representation of color #FFCCF6: hue angle of 310.59º 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 #FFCCF6 is Cyan = 0, Magento = 0.2, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB255204246-
CMYK00.20.040
HSL310.59º100%90%-
HSV(B)310.59º20%100%-
XYZ79.4771.196.72-
YUV224.04140.4150.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.17%
GREEN value IS 204 (80.08% from 255) = 28.94%
BLUE value IS 246 (96.48% from 255) = 34.89%
R=36.17%
G=28.94%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520424600.20.040310.5910090
HexFFCCF601440137645a
Octal37731436602440467144132
Binary111111111100110011110110010100100010011011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCF6; }

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

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

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

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

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

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

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

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