#FFCCFA

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

Shades of Snuff #FFCCFA

Tints of Snuff #FFCCFA

Color information

#FFCCFA (or 0xFFCCFA) is unknown color: approx Snuff. HEX triplet: FF, CC and FA. RGB value is (255,204,250). Sum of RGB (Red+Green+Blue) = 255+204+250=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 204 (80.08% from 255 or 28.77% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCFA is #003305. Grayscale: #E0E0E0. Windows color (decimal): -13062 or 16436479. OLE color: 16436479.

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

Color convert

RGB255204250-
CMYK00.20.020
HSL305.88º100%90%-
HSV(B)305.88º20%100%-
XYZ80.0971.3599.99-
YUV224.49142.4149.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.97%
GREEN value IS 204 (80.08% from 255) = 28.77%
BLUE value IS 250 (98.05% from 255) = 35.26%
R=35.97%
G=28.77%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520425000.20.020305.8810090
HexFFCCFA01420132645a
Octal37731437202420462144132
Binary11111111110011001111101001010010010011001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCCFA; }

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

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

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

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

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

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

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

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