#FAC0FB

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

Shades of Snuff #FAC0FB

Tints of Snuff #FAC0FB

Color information

#FAC0FB (or 0xFAC0FB) is unknown color: approx Snuff. HEX triplet: FA, C0 and FB. RGB value is (250,192,251). Sum of RGB (Red+Green+Blue) = 250+192+251=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 192 (75.39% from 255 or 27.71% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAC0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC0FB is #053F04. Grayscale: #D7D7D7. Windows color (decimal): -343813 or 16498938. OLE color: 16498938.

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

Color convert

RGB250192251-
CMYK0.000.2400.02
HSL298.98º88.06%86.86%-
HSV(B)298.98º23.51%98.43%-
XYZ75.6964.9999.82-
YUV216.07147.72152.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.08%
GREEN value IS 192 (75.39% from 255) = 27.71%
BLUE value IS 251 (98.44% from 255) = 36.22%
R=36.08%
G=27.71%
B=36.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501922510.000.2400.02298.9888.0686.86
HexFAC0FB0180212b5857
Octal37230037303002453130127
Binary11111010110000001111101101100001010010101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0FB; }

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

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

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

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

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

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

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

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