#F1CCF1

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

Shades of Snuff #F1CCF1

Tints of Snuff #F1CCF1

Color information

#F1CCF1 (or 0xF1CCF1) is unknown color: approx Snuff. HEX triplet: F1, CC and F1. RGB value is (241,204,241). Sum of RGB (Red+Green+Blue) = 241+204+241=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 204 (80.08% from 255 or 29.74% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1CCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CCF1 is #0E330E. Grayscale: #DBDBDB. Windows color (decimal): -930575 or 15846641. OLE color: 15846641.

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

Color convert

RGB241204241-
CMYK00.1500.05
HSL300º56.92%87.25%-
HSV(B)300º15.35%94.51%-
XYZ73.7568.2492.5-
YUV219.28140.26143.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.13%
GREEN value IS 204 (80.08% from 255) = 29.74%
BLUE value IS 241 (94.53% from 255) = 35.13%
R=35.13%
G=29.74%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120424100.1500.0530056.9287.25
HexF1CCF10F0512c3957
Octal3613143610170545471127
Binary1111000111001100111100010111101011001011001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCF1; }

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

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

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

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

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

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

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

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