#F1CEF1

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

Shades of Snuff #F1CEF1

Tints of Snuff #F1CEF1

Color information

#F1CEF1 (or 0xF1CEF1) is unknown color: approx Snuff. HEX triplet: F1, CE and F1. RGB value is (241,206,241). Sum of RGB (Red+Green+Blue) = 241+206+241=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 206 (80.86% from 255 or 29.94% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1CEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CEF1 is #0E310E. Grayscale: #DCDCDC. Windows color (decimal): -930063 or 15847153. OLE color: 15847153.

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

Color convert

RGB241206241-
CMYK00.1500.05
HSL300º55.56%87.65%-
HSV(B)300º14.52%94.51%-
XYZ74.2269.1992.66-
YUV220.46139.6142.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.03%
GREEN value IS 206 (80.86% from 255) = 29.94%
BLUE value IS 241 (94.53% from 255) = 35.03%
R=35.03%
G=29.94%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120624100.1500.0530055.5687.65
HexF1CEF10F0512c3858
Octal3613163610170545470130
Binary1111000111001110111100010111101011001011001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEF1; }

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

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

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

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

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

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

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

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