#F1CEF2

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

Shades of Snuff #F1CEF2

Tints of Snuff #F1CEF2

Color information

#F1CEF2 (or 0xF1CEF2) is unknown color: approx Snuff. HEX triplet: F1, CE and F2. RGB value is (241,206,242). Sum of RGB (Red+Green+Blue) = 241+206+242=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1CEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CEF2 is #0E310D. Grayscale: #DCDCDC. Windows color (decimal): -930062 or 15912689. OLE color: 15912689.

HSL color Cylindrical-coordinate representation of color #F1CEF2: hue angle of 298.33º degrees, saturation: 0.58, 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 #F1CEF2 is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB241206242-
CMYK0.000.1500.05
HSL298.33º58.06%87.84%-
HSV(B)298.33º14.88%94.9%-
XYZ74.3769.2593.45-
YUV220.57140.1142.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.98%
GREEN value IS 206 (80.86% from 255) = 29.90%
BLUE value IS 242 (94.92% from 255) = 35.12%
R=34.98%
G=29.90%
B=35.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412062420.000.1500.05298.3358.0687.84
HexF1CEF20F0512a3a58
Octal3613163620170545272130
Binary1111000111001110111100100111101011001010101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEF2; }

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

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

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

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

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

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

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

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