#F8C8FD

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

Shades of Snuff #F8C8FD

Tints of Snuff #F8C8FD

Color information

#F8C8FD (or 0xF8C8FD) is unknown color: approx Snuff. HEX triplet: F8, C8 and FD. RGB value is (248,200,253). Sum of RGB (Red+Green+Blue) = 248+200+253=701 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.38% from 701); Green value is 200 (78.52% from 255 or 28.53% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8C8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C8FD is #073702. Grayscale: #DCDCDC. Windows color (decimal): -472835 or 16632056. OLE color: 16632056.

HSL color Cylindrical-coordinate representation of color #F8C8FD: hue angle of 294.34º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8C8FD is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB248200253-
CMYK0.020.2100.01
HSL294.34º92.98%88.82%-
HSV(B)294.34º20.95%99.22%-
XYZ77.168.36102.06-
YUV220.39146.4147.69-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.38%
GREEN value IS 200 (78.52% from 255) = 28.53%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=35.38%
G=28.53%
B=36.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2482002530.020.2100.01294.3492.9888.82
HexF8C8FD215011265d59
Octal37031037522501446135131
Binary11111000110010001111110110101010110010011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C8FD; }

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

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

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

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

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

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

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

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