#F8C1FB

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

Shades of Snuff #F8C1FB

Tints of Snuff #F8C1FB

Color information

#F8C1FB (or 0xF8C1FB) is unknown color: approx Snuff. HEX triplet: F8, C1 and FB. RGB value is (248,193,251). Sum of RGB (Red+Green+Blue) = 248+193+251=692 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.84% from 692); Green value is 193 (75.78% from 255 or 27.89% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8C1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C1FB is #073E04. Grayscale: #D7D7D7. Windows color (decimal): -474629 or 16499192. OLE color: 16499192.

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

Color convert

RGB248193251-
CMYK0.010.2300.02
HSL296.9º87.88%87.06%-
HSV(B)296.9º23.11%98.43%-
XYZ75.1965.0699.86-
YUV216.06147.72150.78-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.84%
GREEN value IS 193 (75.78% from 255) = 27.89%
BLUE value IS 251 (98.44% from 255) = 36.27%
R=35.84%
G=27.89%
B=36.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481932510.010.2300.02296.987.8887.06
HexF8C1FB117021295857
Octal37030137312702451130127
Binary11111000110000011111101111011101010010100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C1FB; }

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

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

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

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

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

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

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

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