#FADFDA

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

Shades of Remy #FADFDA

Tints of Remy #FADFDA

Color information

#FADFDA (or 0xFADFDA) is unknown color: approx Remy. HEX triplet: FA, DF and DA. RGB value is (250,223,218). Sum of RGB (Red+Green+Blue) = 250+223+218=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFDA is #052025. Grayscale: #E6E6E6. Windows color (decimal): -335910 or 14344186. OLE color: 14344186.

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

Color convert

RGB250223218-
CMYK00.110.130.02
HSL9.38º76.19%91.76%-
HSV(B)9.38º12.8%98.04%-
XYZ78.4778.1677.28-
YUV230.5120.95141.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 223 (87.5% from 255) = 32.27%
BLUE value IS 218 (85.55% from 255) = 31.55%
R=36.18%
G=32.27%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022321800.110.130.029.3876.1991.76
HexFADFDA0BD294c5c
Octal37233733201315211114134
Binary11111010110111111101101001011110110100110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFDA; }

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

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

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

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

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

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

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

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