#FACFF3

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

Shades of Snuff #FACFF3

Tints of Snuff #FACFF3

Color information

#FACFF3 (or 0xFACFF3) is unknown color: approx Snuff. HEX triplet: FA, CF and F3. RGB value is (250,207,243). Sum of RGB (Red+Green+Blue) = 250+207+243=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 207 (81.25% from 255 or 29.57% from 700); Blue value is 243 (95.31% from 255 or 34.71% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACFF3 is #05300C. Grayscale: #DFDFDF. Windows color (decimal): -339981 or 15978490. OLE color: 15978490.

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

Color convert

RGB250207243-
CMYK00.170.030.02
HSL309.77º81.13%89.61%-
HSV(B)309.77º17.2%98.04%-
XYZ77.9171.4294.47-
YUV223.96138.75146.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.71%
GREEN value IS 207 (81.25% from 255) = 29.57%
BLUE value IS 243 (95.31% from 255) = 34.71%
R=35.71%
G=29.57%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020724300.170.030.02309.7781.1389.61
HexFACFF301132136515a
Octal37231736302132466121132
Binary111110101100111111110011010001111010011011010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFF3; }

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

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

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

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

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

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

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

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