#F1CDEC

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

Shades of Snuff #F1CDEC

Tints of Snuff #F1CDEC

Color information

#F1CDEC (or 0xF1CDEC) is unknown color: approx Snuff. HEX triplet: F1, CD and EC. RGB value is (241,205,236). Sum of RGB (Red+Green+Blue) = 241+205+236=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CDEC is #0E3213. Grayscale: #DBDBDB. Windows color (decimal): -930324 or 15519217. OLE color: 15519217.

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

Color convert

RGB241205236-
CMYK00.150.020.05
HSL308.33º56.25%87.45%-
HSV(B)308.33º14.94%94.51%-
XYZ73.2568.4288.7-
YUV219.3137.43143.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.34%
GREEN value IS 205 (80.47% from 255) = 30.06%
BLUE value IS 236 (92.58% from 255) = 34.60%
R=35.34%
G=30.06%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120523600.150.020.05308.3356.2587.45
HexF1CDEC0F251343857
Octal3613153540172546470127
Binary11110001110011011110110001111101011001101001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CDEC; }

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

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

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

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

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

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

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

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