#F8C4F1

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

Shades of Snuff #F8C4F1

Tints of Snuff #F8C4F1

Color information

#F8C4F1 (or 0xF8C4F1) is unknown color: approx Snuff. HEX triplet: F8, C4 and F1. RGB value is (248,196,241). Sum of RGB (Red+Green+Blue) = 248+196+241=685 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.20% from 685); Green value is 196 (76.95% from 255 or 28.61% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C4F1 is #073B0E. Grayscale: #D8D8D8. Windows color (decimal): -473871 or 15844600. OLE color: 15844600.

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

Color convert

RGB248196241-
CMYK00.210.030.03
HSL308.08º78.79%87.06%-
HSV(B)308.08º20.97%97.25%-
XYZ74.3365.7992-
YUV216.68141.73150.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.20%
GREEN value IS 196 (76.95% from 255) = 28.61%
BLUE value IS 241 (94.53% from 255) = 35.18%
R=36.20%
G=28.61%
B=35.18%

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
Decimal24819624100.210.030.03308.0878.7987.06
HexF8C4F1015331344f57
Octal37030436102533464117127
Binary111110001100010011110001010101111110011010010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C4F1; }

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

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

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

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

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

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

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

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