#F6C4FA

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

Shades of Snuff #F6C4FA

Tints of Snuff #F6C4FA

Color information

#F6C4FA (or 0xF6C4FA) is unknown color: approx Snuff. HEX triplet: F6, C4 and FA. RGB value is (246,196,250). Sum of RGB (Red+Green+Blue) = 246+196+250=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 196 (76.95% from 255 or 28.32% 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 #F6C4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C4FA is #093B05. Grayscale: #D8D8D8. Windows color (decimal): -604934 or 16434422. OLE color: 16434422.

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

Color convert

RGB246196250-
CMYK0.020.2200.02
HSL295.56º84.38%87.45%-
HSV(B)295.56º21.6%98.04%-
XYZ7565.9799.22-
YUV217.11146.56148.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.55%
GREEN value IS 196 (76.95% from 255) = 28.32%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=35.55%
G=28.32%
B=36.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461962500.020.2200.02295.5684.3887.45
HexF6C4FA216021285457
Octal36630437222602450124127
Binary111101101100010011111010101011001010010100010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C4FA; }

 p { color: rgb(246,196,250); }

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

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

 a { background-color: rgb(246,196,250); }

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

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

 span { border-color: rgb(246,196,250); }

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