#F3CFEF

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

Shades of Snuff #F3CFEF

Tints of Snuff #F3CFEF

Color information

#F3CFEF (or 0xF3CFEF) is unknown color: approx Snuff. HEX triplet: F3, CF and EF. RGB value is (243,207,239). Sum of RGB (Red+Green+Blue) = 243+207+239=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CFEF is #0C3010. Grayscale: #DDDDDD. Windows color (decimal): -798737 or 15716339. OLE color: 15716339.

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

Color convert

RGB243207239-
CMYK00.150.020.05
HSL306.67º60%88.24%-
HSV(B)306.67º14.81%95.29%-
XYZ74.8569.9191.21-
YUV221.41137.93143.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.27%
GREEN value IS 207 (81.25% from 255) = 30.04%
BLUE value IS 239 (93.75% from 255) = 34.69%
R=35.27%
G=30.04%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320723900.150.020.05306.676088.24
HexF3CFEF0F251333c58
Octal3633173570172546374130
Binary11110011110011111110111101111101011001100111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CFEF; }

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

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

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

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

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

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

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

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