#F1CAEC

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

Shades of Snuff #F1CAEC

Tints of Snuff #F1CAEC

Color information

#F1CAEC (or 0xF1CAEC) is unknown color: approx Snuff. HEX triplet: F1, CA and EC. RGB value is (241,202,236). Sum of RGB (Red+Green+Blue) = 241+202+236=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CAEC is #0E3513. Grayscale: #D9D9D9. Windows color (decimal): -931092 or 15518449. OLE color: 15518449.

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

Color convert

RGB241202236-
CMYK00.160.020.05
HSL307.69º58.21%86.86%-
HSV(B)307.69º16.18%94.51%-
XYZ72.546788.47-
YUV217.54138.42144.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.49%
GREEN value IS 202 (79.30% from 255) = 29.75%
BLUE value IS 236 (92.58% from 255) = 34.76%
R=35.49%
G=29.75%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120223600.160.020.05307.6958.2186.86
HexF1CAEC010251343a57
Octal3613123540202546472127
Binary111100011100101011101100010000101011001101001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAEC; }

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

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

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

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

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

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

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

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