#F3CEF1

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

Shades of Snuff #F3CEF1

Tints of Snuff #F3CEF1

Color information

#F3CEF1 (or 0xF3CEF1) is unknown color: approx Snuff. HEX triplet: F3, CE and F1. RGB value is (243,206,241). Sum of RGB (Red+Green+Blue) = 243+206+241=690 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.22% from 690); Green value is 206 (80.86% from 255 or 29.86% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CEF1 is #0C310E. Grayscale: #DCDCDC. Windows color (decimal): -798991 or 15847155. OLE color: 15847155.

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

Color convert

RGB243206241-
CMYK00.150.010.05
HSL303.24º60.66%88.04%-
HSV(B)303.24º15.23%95.29%-
XYZ74.9169.5592.7-
YUV221.05139.26143.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.22%
GREEN value IS 206 (80.86% from 255) = 29.86%
BLUE value IS 241 (94.53% from 255) = 34.93%
R=35.22%
G=29.86%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320624100.150.010.05303.2460.6688.04
HexF3CEF10F1512f3d58
Octal3633163610171545775130
Binary1111001111001110111100010111111011001011111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CEF1; }

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

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

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

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

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

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

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

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