#F8CEFE

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

Shades of Snuff #F8CEFE

Tints of Snuff #F8CEFE

Color information

#F8CEFE (or 0xF8CEFE) is unknown color: approx Snuff. HEX triplet: F8, CE and FE. RGB value is (248,206,254). Sum of RGB (Red+Green+Blue) = 248+206+254=708 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.03% from 708); Green value is 206 (80.86% from 255 or 29.10% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8CEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CEFE is #073101. Grayscale: #DFDFDF. Windows color (decimal): -471298 or 16699128. OLE color: 16699128.

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

Color convert

RGB248206254-
CMYK0.020.1900.00
HSL292.5º96%90.2%-
HSV(B)292.5º18.9%99.61%-
XYZ78.6771.25103.37-
YUV224.03144.91145.1-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.03%
GREEN value IS 206 (80.86% from 255) = 29.10%
BLUE value IS 254 (99.61% from 255) = 35.88%
R=35.03%
G=29.10%
B=35.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482062540.020.1900.00292.59690.2
HexF8CEFE21300124605a
Octal37031637622300444140132
Binary11111000110011101111111010100110010010010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CEFE; }

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

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

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

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

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

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

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

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