#F3C7FA

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

Shades of Snuff #F3C7FA

Tints of Snuff #F3C7FA

Color information

#F3C7FA (or 0xF3C7FA) is unknown color: approx Snuff. HEX triplet: F3, C7 and FA. RGB value is (243,199,250). Sum of RGB (Red+Green+Blue) = 243+199+250=692 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.12% from 692); Green value is 199 (78.12% from 255 or 28.76% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3C7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C7FA is #0C3805. Grayscale: #D9D9D9. Windows color (decimal): -800774 or 16435187. OLE color: 16435187.

HSL color Cylindrical-coordinate representation of color #F3C7FA: hue angle of 291.76º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C7FA is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB243199250-
CMYK0.030.2000.02
HSL291.76º83.61%88.04%-
HSV(B)291.76º20.4%98.04%-
XYZ74.6466.899.4-
YUV217.97146.08145.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.12%
GREEN value IS 199 (78.12% from 255) = 28.76%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=35.12%
G=28.76%
B=36.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431992500.030.2000.02291.7683.6188.04
HexF3C7FA314021245458
Octal36330737232402444124130
Binary111100111100011111111010111010001010010010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C7FA; }

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

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

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

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

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

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

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

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