#FADCF4

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

Shades of Snuff #FADCF4

Tints of Snuff #FADCF4

Color information

#FADCF4 (or 0xFADCF4) is unknown color: approx Snuff. HEX triplet: FA, DC and F4. RGB value is (250,220,244). Sum of RGB (Red+Green+Blue) = 250+220+244=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 220 (86.33% from 255 or 30.81% from 714); Blue value is 244 (95.70% from 255 or 34.17% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCF4 is #05230B. Grayscale: #E7E7E7. Windows color (decimal): -336652 or 16047354. OLE color: 16047354.

HSL color Cylindrical-coordinate representation of color #FADCF4: hue angle of 312º 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 #FADCF4 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB250220244-
CMYK00.120.020.02
HSL312º75%92.16%-
HSV(B)312º12%98.04%-
XYZ81.3578.0496.36-
YUV231.71134.94141.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.01%
GREEN value IS 220 (86.33% from 255) = 30.81%
BLUE value IS 244 (95.70% from 255) = 34.17%
R=35.01%
G=30.81%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022024400.120.020.023127592.16
HexFADCF40C221384b5c
Octal37233436401422470113134
Binary11111010110111001111010001100101010011100010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCF4; }

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

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

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

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

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

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

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

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