#F1CFED

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

Shades of Snuff #F1CFED

Tints of Snuff #F1CFED

Color information

#F1CFED (or 0xF1CFED) is unknown color: approx Snuff. HEX triplet: F1, CF and ED. RGB value is (241,207,237). Sum of RGB (Red+Green+Blue) = 241+207+237=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFED is #0E3012. Grayscale: #DCDCDC. Windows color (decimal): -929811 or 15585265. OLE color: 15585265.

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

Color convert

RGB241207237-
CMYK00.140.020.05
HSL307.06º54.84%87.84%-
HSV(B)307.06º14.11%94.51%-
XYZ73.8769.4489.63-
YUV220.59137.26142.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.18%
GREEN value IS 207 (81.25% from 255) = 30.22%
BLUE value IS 237 (92.97% from 255) = 34.60%
R=35.18%
G=30.22%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120723700.140.020.05307.0654.8487.84
HexF1CFED0E251333758
Octal3613173550162546367130
Binary11110001110011111110110101110101011001100111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CFED; }

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

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

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

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

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

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

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

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