#FAC4FC

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

Shades of Snuff #FAC4FC

Tints of Snuff #FAC4FC

Color information

#FAC4FC (or 0xFAC4FC) is unknown color: approx Snuff. HEX triplet: FA, C4 and FC. RGB value is (250,196,252). Sum of RGB (Red+Green+Blue) = 250+196+252=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 196 (76.95% from 255 or 28.08% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAC4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC4FC is #053B03. Grayscale: #DADADA. Windows color (decimal): -342788 or 16565498. OLE color: 16565498.

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

Color convert

RGB250196252-
CMYK0.010.2200.01
HSL297.86º90.32%87.84%-
HSV(B)297.86º22.22%98.82%-
XYZ76.7366.83100.95-
YUV218.53146.89150.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.82%
GREEN value IS 196 (76.95% from 255) = 28.08%
BLUE value IS 252 (98.83% from 255) = 36.10%
R=35.82%
G=28.08%
B=36.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501962520.010.2200.01297.8690.3287.84
HexFAC4FC1160112a5a58
Octal37230437412601452132130
Binary1111101011000100111111001101100110010101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC4FC; }

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

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

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

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

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

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

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

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