#F8CEF0

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

Shades of Snuff #F8CEF0

Tints of Snuff #F8CEF0

Color information

#F8CEF0 (or 0xF8CEF0) is unknown color: approx Snuff. HEX triplet: F8, CE and F0. RGB value is (248,206,240). Sum of RGB (Red+Green+Blue) = 248+206+240=694 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.73% from 694); Green value is 206 (80.86% from 255 or 29.68% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CEF0 is #07310F. Grayscale: #DEDEDE. Windows color (decimal): -471312 or 15781624. OLE color: 15781624.

HSL color Cylindrical-coordinate representation of color #F8CEF0: hue angle of 311.43º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8CEF0 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB248206240-
CMYK00.170.030.03
HSL311.43º75%89.02%-
HSV(B)311.43º16.94%97.25%-
XYZ76.5170.3991.99-
YUV222.43137.91146.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.73%
GREEN value IS 206 (80.86% from 255) = 29.68%
BLUE value IS 240 (94.14% from 255) = 34.58%
R=35.73%
G=29.68%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820624000.170.030.03311.437589.02
HexF8CEF0011331374b59
Octal37031636002133467113131
Binary111110001100111011110000010001111110011011110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CEF0; }

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

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

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

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

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

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

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

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