#F8CCFF

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

Shades of Snuff #F8CCFF

Tints of Snuff #F8CCFF

Color information

#F8CCFF (or 0xF8CCFF) is unknown color: approx Snuff. HEX triplet: F8, CC and FF. RGB value is (248,204,255). Sum of RGB (Red+Green+Blue) = 248+204+255=707 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.08% from 707); Green value is 204 (80.08% from 255 or 28.85% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8CCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CCFF is #073300. Grayscale: #DEDEDE. Windows color (decimal): -471809 or 16764152. OLE color: 16764152.

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

Color convert

RGB248204255-
CMYK0.030.200
HSL291.76º100%90%-
HSV(B)291.76º20%100%-
XYZ78.3570.36104.06-
YUV222.97146.08145.85-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.08%
GREEN value IS 204 (80.08% from 255) = 28.85%
BLUE value IS 255 (100% from 255) = 36.07%
R=35.08%
G=28.85%
B=36.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2482042550.030.200291.7610090
HexF8CCFF31400124645a
Octal37031437732400444144132
Binary11111000110011001111111111101000010010010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CCFF; }

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

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

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

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

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

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

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

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