#FADFD8

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

Shades of Remy #FADFD8

Tints of Remy #FADFD8

Color information

#FADFD8 (or 0xFADFD8) is unknown color: approx Remy. HEX triplet: FA, DF and D8. RGB value is (250,223,216). Sum of RGB (Red+Green+Blue) = 250+223+216=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 216 (84.77% from 255 or 31.35% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFD8 is #052027. Grayscale: #E6E6E6. Windows color (decimal): -335912 or 14213114. OLE color: 14213114.

HSL color Cylindrical-coordinate representation of color #FADFD8: hue angle of 12.35º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FADFD8 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB250223216-
CMYK00.110.140.02
HSL12.35º77.27%91.37%-
HSV(B)12.35º13.6%98.04%-
XYZ78.2178.0675.91-
YUV230.27119.95142.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.28%
GREEN value IS 223 (87.5% from 255) = 32.37%
BLUE value IS 216 (84.77% from 255) = 31.35%
R=36.28%
G=32.37%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022321600.110.140.0212.3577.2791.37
HexFADFD80BE2c4d5b
Octal37233733001316214115133
Binary11111010110111111101100001011111010110010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFD8; }

 p { color: rgb(250,223,216); }

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

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

 a { background-color: rgb(250,223,216); }

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

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

 span { border-color: rgb(250,223,216); }

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