#F3CFEC

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

Shades of Snuff #F3CFEC

Tints of Snuff #F3CFEC

Color information

#F3CFEC (or 0xF3CFEC) is unknown color: approx Snuff. HEX triplet: F3, CF and EC. RGB value is (243,207,236). Sum of RGB (Red+Green+Blue) = 243+207+236=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CFEC is #0C3013. Grayscale: #DCDCDC. Windows color (decimal): -798740 or 15519731. OLE color: 15519731.

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

Color convert

RGB243207236-
CMYK00.150.030.05
HSL311.67º60%88.24%-
HSV(B)311.67º14.81%95.29%-
XYZ74.4269.7488.9-
YUV221.07136.43143.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.42%
GREEN value IS 207 (81.25% from 255) = 30.17%
BLUE value IS 236 (92.58% from 255) = 34.40%
R=35.42%
G=30.17%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320723600.150.030.05311.676088.24
HexF3CFEC0F351383c58
Octal3633173540173547074130
Binary11110011110011111110110001111111011001110001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CFEC; }

 p { color: rgb(243,207,236); }

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

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

 a { background-color: rgb(243,207,236); }

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

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

 span { border-color: rgb(243,207,236); }

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