#F8CFFB

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

Shades of Snuff #F8CFFB

Tints of Snuff #F8CFFB

Color information

#F8CFFB (or 0xF8CFFB) is unknown color: approx Snuff. HEX triplet: F8, CF and FB. RGB value is (248,207,251). Sum of RGB (Red+Green+Blue) = 248+207+251=706 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.13% from 706); Green value is 207 (81.25% from 255 or 29.32% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8CFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CFFB is #073004. Grayscale: #E0E0E0. Windows color (decimal): -471045 or 16502776. OLE color: 16502776.

HSL color Cylindrical-coordinate representation of color #F8CFFB: hue angle of 295.91º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CFFB is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248207251-
CMYK0.010.1800.02
HSL295.91º84.62%89.8%-
HSV(B)295.91º17.53%98.43%-
XYZ78.4471.55100.94-
YUV224.28143.08144.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.13%
GREEN value IS 207 (81.25% from 255) = 29.32%
BLUE value IS 251 (98.44% from 255) = 35.55%
R=35.13%
G=29.32%
B=35.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482072510.010.1800.02295.9184.6289.8
HexF8CFFB11202128555a
Octal37031737312202450125132
Binary11111000110011111111101111001001010010100010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CFFB; }

 p { color: rgb(248,207,251); }

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

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

 a { background-color: rgb(248,207,251); }

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

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

 span { border-color: rgb(248,207,251); }

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