#FACCFB

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

Shades of Snuff #FACCFB

Tints of Snuff #FACCFB

Color information

#FACCFB (or 0xFACCFB) is unknown color: approx Snuff. HEX triplet: FA, CC and FB. RGB value is (250,204,251). Sum of RGB (Red+Green+Blue) = 250+204+251=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 204 (80.08% from 255 or 28.94% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #FACCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCFB is #053304. Grayscale: #DEDEDE. Windows color (decimal): -340741 or 16502010. OLE color: 16502010.

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

Color convert

RGB250204251-
CMYK0.000.1900.02
HSL298.72º85.45%89.22%-
HSV(B)298.72º18.73%98.43%-
XYZ78.4370.47100.74-
YUV223.11143.74147.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.46%
GREEN value IS 204 (80.08% from 255) = 28.94%
BLUE value IS 251 (98.44% from 255) = 35.60%
R=35.46%
G=28.94%
B=35.60%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502042510.000.1900.02298.7285.4589.22
HexFACCFB0130212b5559
Octal37231437302302453125131
Binary11111010110011001111101101001101010010101110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCFB; }

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

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

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

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

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

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

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

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