#F9CEFF

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

Shades of Snuff #F9CEFF

Tints of Snuff #F9CEFF

Color information

#F9CEFF (or 0xF9CEFF) is unknown color: approx Snuff. HEX triplet: F9, CE and FF. RGB value is (249,206,255). Sum of RGB (Red+Green+Blue) = 249+206+255=710 (94% of max value = 765). Red value is 249 (97.66% from 255 or 35.07% from 710); Green value is 206 (80.86% from 255 or 29.01% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9CEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CEFF is #063100. Grayscale: #E0E0E0. Windows color (decimal): -405761 or 16764665. OLE color: 16764665.

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

Color convert

RGB249206255-
CMYK0.020.1900
HSL292.65º100%90.39%-
HSV(B)292.65º19.22%100%-
XYZ79.1971.5104.24-
YUV224.44145.25145.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.07%
GREEN value IS 206 (80.86% from 255) = 29.01%
BLUE value IS 255 (100% from 255) = 35.92%
R=35.07%
G=29.01%
B=35.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492062550.020.1900292.6510090.39
HexF9CEFF21300125645a
Octal37131637722300445144132
Binary11111001110011101111111110100110010010010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CEFF; }

 p { color: rgb(249,206,255); }

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

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

 a { background-color: rgb(249,206,255); }

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

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

 span { border-color: rgb(249,206,255); }

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