#F1CCF2

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

Shades of Snuff #F1CCF2

Tints of Snuff #F1CCF2

Color information

#F1CCF2 (or 0xF1CCF2) is unknown color: approx Snuff. HEX triplet: F1, CC and F2. RGB value is (241,204,242). Sum of RGB (Red+Green+Blue) = 241+204+242=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 204 (80.08% from 255 or 29.69% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1CCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CCF2 is #0E330D. Grayscale: #DBDBDB. Windows color (decimal): -930574 or 15912177. OLE color: 15912177.

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

Color convert

RGB241204242-
CMYK0.000.1600.05
HSL298.42º59.38%87.45%-
HSV(B)298.42º15.7%94.9%-
XYZ73.968.393.29-
YUV219.4140.76143.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.08%
GREEN value IS 204 (80.08% from 255) = 29.69%
BLUE value IS 242 (94.92% from 255) = 35.23%
R=35.08%
G=29.69%
B=35.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412042420.000.1600.05298.4259.3887.45
HexF1CCF20100512a3b57
Octal3613143620200545273127
Binary11110001110011001111001001000001011001010101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCF2; }

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

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

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

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

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

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

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

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