#FACFF1

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

Shades of Snuff #FACFF1

Tints of Snuff #FACFF1

Color information

#FACFF1 (or 0xFACFF1) is unknown color: approx Snuff. HEX triplet: FA, CF and F1. RGB value is (250,207,241). Sum of RGB (Red+Green+Blue) = 250+207+241=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 207 (81.25% from 255 or 29.66% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFF1 is #05300E. Grayscale: #DFDFDF. Windows color (decimal): -339983 or 15847418. OLE color: 15847418.

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

Color convert

RGB250207241-
CMYK00.170.040.02
HSL312.56º81.13%89.61%-
HSV(B)312.56º17.2%98.04%-
XYZ77.6171.392.89-
YUV223.73137.75146.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.82%
GREEN value IS 207 (81.25% from 255) = 29.66%
BLUE value IS 241 (94.53% from 255) = 34.53%
R=35.82%
G=29.66%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020724100.170.040.02312.5681.1389.61
HexFACFF101142139515a
Octal37231736102142471121132
Binary1111101011001111111100010100011001010011100110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFF1; }

 p { color: rgb(250,207,241); }

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

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

 a { background-color: rgb(250,207,241); }

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

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

 span { border-color: rgb(250,207,241); }

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