#F8C9FD

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

Shades of Snuff #F8C9FD

Tints of Snuff #F8C9FD

Color information

#F8C9FD (or 0xF8C9FD) is unknown color: approx Snuff. HEX triplet: F8, C9 and FD. RGB value is (248,201,253). Sum of RGB (Red+Green+Blue) = 248+201+253=702 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.33% from 702); Green value is 201 (78.91% from 255 or 28.63% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8C9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C9FD is #073602. Grayscale: #DCDCDC. Windows color (decimal): -472579 or 16632312. OLE color: 16632312.

HSL color Cylindrical-coordinate representation of color #F8C9FD: hue angle of 294.23º 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 #F8C9FD is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB248201253-
CMYK0.020.2100.01
HSL294.23º92.86%89.02%-
HSV(B)294.23º20.55%99.22%-
XYZ77.3368.82102.14-
YUV220.98146.07147.27-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.33%
GREEN value IS 201 (78.91% from 255) = 28.63%
BLUE value IS 253 (99.22% from 255) = 36.04%
R=35.33%
G=28.63%
B=36.04%

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
Decimal2482012530.020.2100.01294.2392.8689.02
HexF8C9FD215011265d59
Octal37031137522501446135131
Binary11111000110010011111110110101010110010011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C9FD; }

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

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

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

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

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

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

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

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