#FACFF4

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

Shades of Snuff #FACFF4

Tints of Snuff #FACFF4

Color information

#FACFF4 (or 0xFACFF4) is unknown color: approx Snuff. HEX triplet: FA, CF and F4. RGB value is (250,207,244). Sum of RGB (Red+Green+Blue) = 250+207+244=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 207 (81.25% from 255 or 29.53% from 701); Blue value is 244 (95.70% from 255 or 34.81% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFF4 is #05300B. Grayscale: #DFDFDF. Windows color (decimal): -339980 or 16044026. OLE color: 16044026.

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

Color convert

RGB250207244-
CMYK00.170.020.02
HSL308.37º81.13%89.61%-
HSV(B)308.37º17.2%98.04%-
XYZ78.0771.4895.27-
YUV224.08139.25146.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.66%
GREEN value IS 207 (81.25% from 255) = 29.53%
BLUE value IS 244 (95.70% from 255) = 34.81%
R=35.66%
G=29.53%
B=34.81%

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
Decimal25020724400.170.020.02308.3781.1389.61
HexFACFF401122134515a
Octal37231736402122464121132
Binary111110101100111111110100010001101010011010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFF4; }

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

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

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

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

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

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

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

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