#FACFF5

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

Shades of Snuff #FACFF5

Tints of Snuff #FACFF5

Color information

#FACFF5 (or 0xFACFF5) is unknown color: approx Snuff. HEX triplet: FA, CF and F5. RGB value is (250,207,245). Sum of RGB (Red+Green+Blue) = 250+207+245=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 207 (81.25% from 255 or 29.49% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFF5 is #05300A. Grayscale: #E0E0E0. Windows color (decimal): -339979 or 16109562. OLE color: 16109562.

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

Color convert

RGB250207245-
CMYK00.170.020.02
HSL306.98º81.13%89.61%-
HSV(B)306.98º17.2%98.04%-
XYZ78.2271.5496.07-
YUV224.19139.75146.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 207 (81.25% from 255) = 29.49%
BLUE value IS 245 (96.09% from 255) = 34.90%
R=35.61%
G=29.49%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020724500.170.020.02306.9881.1389.61
HexFACFF501122133515a
Octal37231736502122463121132
Binary111110101100111111110101010001101010011001110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFF5; }

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

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

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

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

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

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

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

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