#F1CFEA

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

Shades of Snuff #F1CFEA

Tints of Snuff #F1CFEA

Color information

#F1CFEA (or 0xF1CFEA) is unknown color: approx Snuff. HEX triplet: F1, CF and EA. RGB value is (241,207,234). Sum of RGB (Red+Green+Blue) = 241+207+234=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFEA is #0E3015. Grayscale: #DCDCDC. Windows color (decimal): -929814 or 15388657. OLE color: 15388657.

HSL color Cylindrical-coordinate representation of color #F1CFEA: hue angle of 312.35º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1CFEA is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB241207234-
CMYK00.140.030.05
HSL312.35º54.84%87.84%-
HSV(B)312.35º14.11%94.51%-
XYZ73.4469.2787.34-
YUV220.24135.76142.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.34%
GREEN value IS 207 (81.25% from 255) = 30.35%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=35.34%
G=30.35%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120723400.140.030.05312.3554.8487.84
HexF1CFEA0E351383758
Octal3613173520163547067130
Binary11110001110011111110101001110111011001110001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CFEA; }

 p { color: rgb(241,207,234); }

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

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

 a { background-color: rgb(241,207,234); }

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

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

 span { border-color: rgb(241,207,234); }

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