#F6CFEE

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

Shades of Snuff #F6CFEE

Tints of Snuff #F6CFEE

Color information

#F6CFEE (or 0xF6CFEE) is unknown color: approx Snuff. HEX triplet: F6, CF and EE. RGB value is (246,207,238). Sum of RGB (Red+Green+Blue) = 246+207+238=691 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.60% from 691); Green value is 207 (81.25% from 255 or 29.96% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CFEE is #093011. Grayscale: #DEDEDE. Windows color (decimal): -602130 or 15650806. OLE color: 15650806.

HSL color Cylindrical-coordinate representation of color #F6CFEE: hue angle of 312.31º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6CFEE is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB246207238-
CMYK00.160.030.04
HSL312.31º68.42%88.82%-
HSV(B)312.31º15.85%96.47%-
XYZ75.7570.3990.48-
YUV222.2136.92144.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.60%
GREEN value IS 207 (81.25% from 255) = 29.96%
BLUE value IS 238 (93.36% from 255) = 34.44%
R=35.60%
G=29.96%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620723800.160.030.04312.3168.4288.82
HexF6CFEE010341384459
Octal36631735602034470104131
Binary1111011011001111111011100100001110010011100010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CFEE; }

 p { color: rgb(246,207,238); }

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

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

 a { background-color: rgb(246,207,238); }

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

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

 span { border-color: rgb(246,207,238); }

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