#FAC4FE

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

Shades of Snuff #FAC4FE

Tints of Snuff #FAC4FE

Color information

#FAC4FE (or 0xFAC4FE) is unknown color: approx Snuff. HEX triplet: FA, C4 and FE. RGB value is (250,196,254). Sum of RGB (Red+Green+Blue) = 250+196+254=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 196 (76.95% from 255 or 28% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAC4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC4FE is #053B01. Grayscale: #DADADA. Windows color (decimal): -342786 or 16696570. OLE color: 16696570.

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

Color convert

RGB250196254-
CMYK0.020.2300.00
HSL295.86º96.67%88.24%-
HSV(B)295.86º22.83%99.61%-
XYZ77.0566.96102.63-
YUV218.76147.89150.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.71%
GREEN value IS 196 (76.95% from 255) = 28%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=35.71%
G=28%
B=36.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2501962540.020.2300.00295.8696.6788.24
HexFAC4FE217001286158
Octal37230437622700450141130
Binary11111010110001001111111010101110010010100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC4FE; }

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

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

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

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

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

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

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

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