#FAC7FB

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

Shades of Snuff #FAC7FB

Tints of Snuff #FAC7FB

Color information

#FAC7FB (or 0xFAC7FB) is unknown color: approx Snuff. HEX triplet: FA, C7 and FB. RGB value is (250,199,251). Sum of RGB (Red+Green+Blue) = 250+199+251=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 199 (78.12% from 255 or 28.43% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAC7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC7FB is #053804. Grayscale: #DCDCDC. Windows color (decimal): -342021 or 16500730. OLE color: 16500730.

HSL color Cylindrical-coordinate representation of color #FAC7FB: hue angle of 298.85º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC7FB is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250199251-
CMYK0.000.2100.02
HSL298.85º86.67%88.24%-
HSV(B)298.85º20.72%98.43%-
XYZ77.2668.14100.35-
YUV220.18145.4149.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.71%
GREEN value IS 199 (78.12% from 255) = 28.43%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=35.71%
G=28.43%
B=35.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501992510.000.2100.02298.8586.6788.24
HexFAC7FB0150212b5758
Octal37230737302502453127130
Binary11111010110001111111101101010101010010101110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7FB; }

 p { color: rgb(250,199,251); }

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

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

 a { background-color: rgb(250,199,251); }

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

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

 span { border-color: rgb(250,199,251); }

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