#F1DBEC

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

Shades of Snuff #F1DBEC

Tints of Snuff #F1DBEC

Color information

#F1DBEC (or 0xF1DBEC) is unknown color: approx Snuff. HEX triplet: F1, DB and EC. RGB value is (241,219,236). Sum of RGB (Red+Green+Blue) = 241+219+236=696 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.63% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DBEC is #0E2413. Grayscale: #E3E3E3. Windows color (decimal): -926740 or 15522801. OLE color: 15522801.

HSL color Cylindrical-coordinate representation of color #F1DBEC: hue angle of 313.64º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1DBEC is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241219236-
CMYK00.090.020.05
HSL313.64º44%90.2%-
HSV(B)313.64º9.13%94.51%-
XYZ76.7575.4289.87-
YUV227.52132.79137.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.63%
GREEN value IS 219 (85.94% from 255) = 31.47%
BLUE value IS 236 (92.58% from 255) = 33.91%
R=34.63%
G=31.47%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121923600.090.020.05313.644490.2
HexF1DBEC092513a2c5a
Octal3613333540112547254132
Binary11110001110110111110110001001101011001110101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DBEC; }

 p { color: rgb(241,219,236); }

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

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

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

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

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

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

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