#FADCF3

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

Shades of Snuff #FADCF3

Tints of Snuff #FADCF3

Color information

#FADCF3 (or 0xFADCF3) is unknown color: approx Snuff. HEX triplet: FA, DC and F3. RGB value is (250,220,243). Sum of RGB (Red+Green+Blue) = 250+220+243=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 243 (95.31% from 255 or 34.08% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCF3 is #05230C. Grayscale: #E7E7E7. Windows color (decimal): -336653 or 15981818. OLE color: 15981818.

HSL color Cylindrical-coordinate representation of color #FADCF3: hue angle of 314º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADCF3 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB250220243-
CMYK00.120.030.02
HSL314º75%92.16%-
HSV(B)314º12%98.04%-
XYZ81.277.9895.57-
YUV231.59134.44141.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 220 (86.33% from 255) = 30.86%
BLUE value IS 243 (95.31% from 255) = 34.08%
R=35.06%
G=30.86%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022024300.120.030.023147592.16
HexFADCF30C3213a4b5c
Octal37233436301432472113134
Binary11111010110111001111001101100111010011101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCF3; }

 p { color: rgb(250,220,243); }

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

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

 a { background-color: rgb(250,220,243); }

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

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

 span { border-color: rgb(250,220,243); }

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