#F3C7F0

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

Shades of Snuff #F3C7F0

Tints of Snuff #F3C7F0

Color information

#F3C7F0 (or 0xF3C7F0) is unknown color: approx Snuff. HEX triplet: F3, C7 and F0. RGB value is (243,199,240). Sum of RGB (Red+Green+Blue) = 243+199+240=682 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.63% from 682); Green value is 199 (78.12% from 255 or 29.18% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C7F0 is #0C380F. Grayscale: #D8D8D8. Windows color (decimal): -800784 or 15779827. OLE color: 15779827.

HSL color Cylindrical-coordinate representation of color #F3C7F0: hue angle of 304.09º degrees, saturation: 0.65, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F3C7F0 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB243199240-
CMYK00.180.010.05
HSL304.09º64.71%86.67%-
HSV(B)304.09º18.11%95.29%-
XYZ73.1166.1991.36-
YUV216.83141.08146.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.63%
GREEN value IS 199 (78.12% from 255) = 29.18%
BLUE value IS 240 (94.14% from 255) = 35.19%
R=35.63%
G=29.18%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319924000.180.010.05304.0964.7186.67
HexF3C7F0012151304157
Octal36330736002215460101127
Binary111100111100011111110000010010110110011000010000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C7F0; }

 p { color: rgb(243,199,240); }

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

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

 a { background-color: rgb(243,199,240); }

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

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

 span { border-color: rgb(243,199,240); }

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