#FACDFB

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

Shades of Snuff #FACDFB

Tints of Snuff #FACDFB

Color information

#FACDFB (or 0xFACDFB) is unknown color: approx Snuff. HEX triplet: FA, CD and FB. RGB value is (250,205,251). Sum of RGB (Red+Green+Blue) = 250+205+251=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 205 (80.47% from 255 or 29.04% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #FACDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDFB is #053204. Grayscale: #DFDFDF. Windows color (decimal): -340485 or 16502266. OLE color: 16502266.

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

Color convert

RGB250205251-
CMYK0.000.1800.02
HSL298.7º85.19%89.41%-
HSV(B)298.7º18.33%98.43%-
XYZ78.6770.95100.82-
YUV223.7143.41146.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.41%
GREEN value IS 205 (80.47% from 255) = 29.04%
BLUE value IS 251 (98.44% from 255) = 35.55%
R=35.41%
G=29.04%
B=35.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502052510.000.1800.02298.785.1989.41
HexFACDFB0120212b5559
Octal37231537302202453125131
Binary11111010110011011111101101001001010010101110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDFB; }

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

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

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

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

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

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

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

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