#F1CFEF

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

Shades of Snuff #F1CFEF

Tints of Snuff #F1CFEF

Color information

#F1CFEF (or 0xF1CFEF) is unknown color: approx Snuff. HEX triplet: F1, CF and EF. RGB value is (241,207,239). Sum of RGB (Red+Green+Blue) = 241+207+239=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CFEF is #0E3010. Grayscale: #DCDCDC. Windows color (decimal): -929809 or 15716337. OLE color: 15716337.

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

Color convert

RGB241207239-
CMYK00.140.010.05
HSL303.53º54.84%87.84%-
HSV(B)303.53º14.11%94.51%-
XYZ74.1769.5691.18-
YUV220.81138.26142.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.08%
GREEN value IS 207 (81.25% from 255) = 30.13%
BLUE value IS 239 (93.75% from 255) = 34.79%
R=35.08%
G=30.13%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120723900.140.010.05303.5354.8487.84
HexF1CFEF0E151303758
Octal3613173570161546067130
Binary1111000111001111111011110111011011001100001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CFEF; }

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

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

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

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

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

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

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

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