#FADBF4

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

Shades of Snuff #FADBF4

Tints of Snuff #FADBF4

Color information

#FADBF4 (or 0xFADBF4) is unknown color: approx Snuff. HEX triplet: FA, DB and F4. RGB value is (250,219,244). Sum of RGB (Red+Green+Blue) = 250+219+244=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 219 (85.94% from 255 or 30.72% from 713); Blue value is 244 (95.70% from 255 or 34.22% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBF4 is #05240B. Grayscale: #E7E7E7. Windows color (decimal): -336908 or 16047098. OLE color: 16047098.

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

Color convert

RGB250219244-
CMYK00.120.020.02
HSL311.61º75.61%91.96%-
HSV(B)311.61º12.4%98.04%-
XYZ81.0877.5296.28-
YUV231.12135.27141.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 219 (85.94% from 255) = 30.72%
BLUE value IS 244 (95.70% from 255) = 34.22%
R=35.06%
G=30.72%
B=34.22%

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
Decimal25021924400.120.020.02311.6175.6191.96
HexFADBF40C221384c5c
Octal37233336401422470114134
Binary11111010110110111111010001100101010011100010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBF4; }

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

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

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

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

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

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

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

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