#F3C5FA

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

Shades of Snuff #F3C5FA

Tints of Snuff #F3C5FA

Color information

#F3C5FA (or 0xF3C5FA) is unknown color: approx Snuff. HEX triplet: F3, C5 and FA. RGB value is (243,197,250). Sum of RGB (Red+Green+Blue) = 243+197+250=690 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.22% from 690); Green value is 197 (77.34% from 255 or 28.55% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3C5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C5FA is #0C3A05. Grayscale: #D8D8D8. Windows color (decimal): -801286 or 16434675. OLE color: 16434675.

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

Color convert

RGB243197250-
CMYK0.030.2100.02
HSL292.08º84.13%87.65%-
HSV(B)292.08º21.2%98.04%-
XYZ74.1865.8999.25-
YUV216.8146.74146.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.22%
GREEN value IS 197 (77.34% from 255) = 28.55%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=35.22%
G=28.55%
B=36.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2431972500.030.2100.02292.0884.1387.65
HexF3C5FA315021245458
Octal36330537232502444124130
Binary111100111100010111111010111010101010010010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C5FA; }

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

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

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

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

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

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

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

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