#F8C8FF

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

Shades of Snuff #F8C8FF

Tints of Snuff #F8C8FF

Color information

#F8C8FF (or 0xF8C8FF) is unknown color: approx Snuff. HEX triplet: F8, C8 and FF. RGB value is (248,200,255). Sum of RGB (Red+Green+Blue) = 248+200+255=703 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.28% from 703); Green value is 200 (78.52% from 255 or 28.45% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8C8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C8FF is #073700. Grayscale: #DCDCDC. Windows color (decimal): -472833 or 16763128. OLE color: 16763128.

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

Color convert

RGB248200255-
CMYK0.030.2200
HSL292.36º100%89.22%-
HSV(B)292.36º21.57%100%-
XYZ77.4268.49103.75-
YUV220.62147.4147.53-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.28%
GREEN value IS 200 (78.52% from 255) = 28.45%
BLUE value IS 255 (100% from 255) = 36.27%
R=35.28%
G=28.45%
B=36.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2482002550.030.2200292.3610089.22
HexF8C8FF316001246459
Octal37031037732600444144131
Binary11111000110010001111111111101100010010010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C8FF; }

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

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

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

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

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

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

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

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