#F8C3F1

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

Shades of Snuff #F8C3F1

Tints of Snuff #F8C3F1

Color information

#F8C3F1 (or 0xF8C3F1) is unknown color: approx Snuff. HEX triplet: F8, C3 and F1. RGB value is (248,195,241). Sum of RGB (Red+Green+Blue) = 248+195+241=684 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.26% from 684); Green value is 195 (76.56% from 255 or 28.51% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C3F1 is #073C0E. Grayscale: #D7D7D7. Windows color (decimal): -474127 or 15844344. OLE color: 15844344.

HSL color Cylindrical-coordinate representation of color #F8C3F1: hue angle of 307.92º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8C3F1 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB248195241-
CMYK00.210.030.03
HSL307.92º79.1%86.86%-
HSV(B)307.92º21.37%97.25%-
XYZ74.165.3491.92-
YUV216.09142.06150.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.26%
GREEN value IS 195 (76.56% from 255) = 28.51%
BLUE value IS 241 (94.53% from 255) = 35.23%
R=36.26%
G=28.51%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819524100.210.030.03307.9279.186.86
HexF8C3F1015331344f57
Octal37030336102533464117127
Binary111110001100001111110001010101111110011010010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C3F1; }

 p { color: rgb(248,195,241); }

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

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

 a { background-color: rgb(248,195,241); }

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

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

 span { border-color: rgb(248,195,241); }

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