#F8CCFE

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

Shades of Snuff #F8CCFE

Tints of Snuff #F8CCFE

Color information

#F8CCFE (or 0xF8CCFE) is unknown color: approx Snuff. HEX triplet: F8, CC and FE. RGB value is (248,204,254). Sum of RGB (Red+Green+Blue) = 248+204+254=706 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.13% from 706); Green value is 204 (80.08% from 255 or 28.90% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8CCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CCFE is #073301. Grayscale: #DEDEDE. Windows color (decimal): -471810 or 16698616. OLE color: 16698616.

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

Color convert

RGB248204254-
CMYK0.020.2000.00
HSL292.8º96.15%89.8%-
HSV(B)292.8º19.69%99.61%-
XYZ78.1970.3103.21-
YUV222.86145.58145.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.13%
GREEN value IS 204 (80.08% from 255) = 28.90%
BLUE value IS 254 (99.61% from 255) = 35.98%
R=35.13%
G=28.90%
B=35.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482042540.020.2000.00292.896.1589.8
HexF8CCFE21400125605a
Octal37031437622400445140132
Binary11111000110011001111111010101000010010010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CCFE; }

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

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

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

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

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

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

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

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