#F1DBEB

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

Shades of Snuff #F1DBEB

Tints of Snuff #F1DBEB

Color information

#F1DBEB (or 0xF1DBEB) is unknown color: approx Snuff. HEX triplet: F1, DB and EB. RGB value is (241,219,235). Sum of RGB (Red+Green+Blue) = 241+219+235=695 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.68% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DBEB is #0E2414. Grayscale: #E3E3E3. Windows color (decimal): -926741 or 15457265. OLE color: 15457265.

HSL color Cylindrical-coordinate representation of color #F1DBEB: hue angle of 316.36º 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 #F1DBEB is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241219235-
CMYK00.090.020.05
HSL316.36º44%90.2%-
HSV(B)316.36º9.13%94.51%-
XYZ76.675.3689.11-
YUV227.4132.29137.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.68%
GREEN value IS 219 (85.94% from 255) = 31.51%
BLUE value IS 235 (92.19% from 255) = 33.81%
R=34.68%
G=31.51%
B=33.81%

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
Decimal24121923500.090.020.05316.364490.2
HexF1DBEB092513c2c5a
Octal3613333530112547454132
Binary11110001110110111110101101001101011001111001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DBEB; }

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

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

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

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

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

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

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

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