#FAC3FB

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

Shades of Snuff #FAC3FB

Tints of Snuff #FAC3FB

Color information

#FAC3FB (or 0xFAC3FB) is unknown color: approx Snuff. HEX triplet: FA, C3 and FB. RGB value is (250,195,251). Sum of RGB (Red+Green+Blue) = 250+195+251=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 195 (76.56% from 255 or 28.02% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAC3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC3FB is #053C04. Grayscale: #D9D9D9. Windows color (decimal): -343045 or 16499706. OLE color: 16499706.

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

Color convert

RGB250195251-
CMYK0.000.2200.02
HSL298.93º87.5%87.45%-
HSV(B)298.93º22.31%98.43%-
XYZ76.3566.32100.04-
YUV217.83146.72150.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.92%
GREEN value IS 195 (76.56% from 255) = 28.02%
BLUE value IS 251 (98.44% from 255) = 36.06%
R=35.92%
G=28.02%
B=36.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501952510.000.2200.02298.9387.587.45
HexFAC3FB0160212b5857
Octal37230337302602453130127
Binary11111010110000111111101101011001010010101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC3FB; }

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

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

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

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

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

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

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

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