#F1CAEE

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

Shades of Snuff #F1CAEE

Tints of Snuff #F1CAEE

Color information

#F1CAEE (or 0xF1CAEE) is unknown color: approx Snuff. HEX triplet: F1, CA and EE. RGB value is (241,202,238). Sum of RGB (Red+Green+Blue) = 241+202+238=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CAEE is #0E3511. Grayscale: #D9D9D9. Windows color (decimal): -931090 or 15649521. OLE color: 15649521.

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

Color convert

RGB241202238-
CMYK00.160.010.05
HSL304.62º58.21%86.86%-
HSV(B)304.62º16.18%94.51%-
XYZ72.8367.1190-
YUV217.76139.42144.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.39%
GREEN value IS 202 (79.30% from 255) = 29.66%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=35.39%
G=29.66%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120223800.160.010.05304.6258.2186.86
HexF1CAEE010151313a57
Octal3613123560201546172127
Binary11110001110010101110111001000011011001100011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAEE; }

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

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

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

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

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

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

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

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