#F8C9FE

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

Shades of Snuff #F8C9FE

Tints of Snuff #F8C9FE

Color information

#F8C9FE (or 0xF8C9FE) is unknown color: approx Snuff. HEX triplet: F8, C9 and FE. RGB value is (248,201,254). Sum of RGB (Red+Green+Blue) = 248+201+254=703 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.28% from 703); Green value is 201 (78.91% from 255 or 28.59% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8C9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C9FE is #073601. Grayscale: #DCDCDC. Windows color (decimal): -472578 or 16697848. OLE color: 16697848.

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

Color convert

RGB248201254-
CMYK0.020.2100.00
HSL293.21º96.36%89.22%-
HSV(B)293.21º20.87%99.61%-
XYZ77.4968.89102.98-
YUV221.1146.57147.19-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.28%
GREEN value IS 201 (78.91% from 255) = 28.59%
BLUE value IS 254 (99.61% from 255) = 36.13%
R=35.28%
G=28.59%
B=36.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482012540.020.2100.00293.2196.3689.22
HexF8C9FE215001256059
Octal37031137622500445140131
Binary11111000110010011111111010101010010010010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C9FE; }

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

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

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

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

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

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

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

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