#F8C6FE

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

Shades of Snuff #F8C6FE

Tints of Snuff #F8C6FE

Color information

#F8C6FE (or 0xF8C6FE) is unknown color: approx Snuff. HEX triplet: F8, C6 and FE. RGB value is (248,198,254). Sum of RGB (Red+Green+Blue) = 248+198+254=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 198 (77.73% from 255 or 28.29% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8C6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C6FE is #073901. Grayscale: #DBDBDB. Windows color (decimal): -473346 or 16697080. OLE color: 16697080.

HSL color Cylindrical-coordinate representation of color #F8C6FE: hue angle of 293.57º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F8C6FE is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB248198254-
CMYK0.020.2200.00
HSL293.57º96.55%88.63%-
HSV(B)293.57º22.05%99.61%-
XYZ76.7967.5102.75-
YUV219.33147.56148.45-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.43%
GREEN value IS 198 (77.73% from 255) = 28.29%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=35.43%
G=28.29%
B=36.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2481982540.020.2200.00293.5796.5588.63
HexF8C6FE216001266159
Octal37030637622600446141131
Binary11111000110001101111111010101100010010011011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C6FE; }

 p { color: rgb(248,198,254); }

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

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

 a { background-color: rgb(248,198,254); }

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

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

 span { border-color: rgb(248,198,254); }

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