#F3C8FA

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

Shades of Snuff #F3C8FA

Tints of Snuff #F3C8FA

Color information

#F3C8FA (or 0xF3C8FA) is unknown color: approx Snuff. HEX triplet: F3, C8 and FA. RGB value is (243,200,250). Sum of RGB (Red+Green+Blue) = 243+200+250=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 200 (78.52% from 255 or 28.86% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3C8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C8FA is #0C3705. Grayscale: #DADADA. Windows color (decimal): -800518 or 16435443. OLE color: 16435443.

HSL color Cylindrical-coordinate representation of color #F3C8FA: hue angle of 291.6º degrees, saturation: 0.83, 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 #F3C8FA is Cyan = 0.03, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB243200250-
CMYK0.030.200.02
HSL291.6º83.33%88.24%-
HSV(B)291.6º20%98.04%-
XYZ74.8767.2799.48-
YUV218.56145.75145.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.06%
GREEN value IS 200 (78.52% from 255) = 28.86%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=35.06%
G=28.86%
B=36.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432002500.030.200.02291.683.3388.24
HexF3C8FA314021245358
Octal36331037232402444123130
Binary111100111100100011111010111010001010010010010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C8FA; }

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

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

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

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

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

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

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

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