#FAC1FC

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

Shades of Snuff #FAC1FC

Tints of Snuff #FAC1FC

Color information

#FAC1FC (or 0xFAC1FC) is unknown color: approx Snuff. HEX triplet: FA, C1 and FC. RGB value is (250,193,252). Sum of RGB (Red+Green+Blue) = 250+193+252=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 193 (75.78% from 255 or 27.77% from 695); Blue value is 252 (98.83% from 255 or 36.26% from 695); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAC1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC1FC is #053E03. Grayscale: #D8D8D8. Windows color (decimal): -343556 or 16564730. OLE color: 16564730.

HSL color Cylindrical-coordinate representation of color #FAC1FC: hue angle of 297.97º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC1FC is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250193252-
CMYK0.010.2300.01
HSL297.97º90.77%87.25%-
HSV(B)297.97º23.41%98.82%-
XYZ76.0665.49100.73-
YUV216.77147.88151.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 193 (75.78% from 255) = 27.77%
BLUE value IS 252 (98.83% from 255) = 36.26%
R=35.97%
G=27.77%
B=36.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501932520.010.2300.01297.9790.7787.25
HexFAC1FC1170112a5b57
Octal37230137412701452133127
Binary1111101011000001111111001101110110010101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC1FC; }

 p { color: rgb(250,193,252); }

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

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

 a { background-color: rgb(250,193,252); }

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

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

 span { border-color: rgb(250,193,252); }

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