#FADBDA

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

Shades of Remy #FADBDA

Tints of Remy #FADBDA

Color information

#FADBDA (or 0xFADBDA) is unknown color: approx Remy. HEX triplet: FA, DB and DA. RGB value is (250,219,218). Sum of RGB (Red+Green+Blue) = 250+219+218=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBDA is #052425. Grayscale: #E4E4E4. Windows color (decimal): -336934 or 14343162. OLE color: 14343162.

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

Color convert

RGB250219218-
CMYK00.120.130.02
HSL1.88º76.19%91.76%-
HSV(B)1.88º12.8%98.04%-
XYZ77.4176.0576.93-
YUV228.16122.27143.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.39%
GREEN value IS 219 (85.94% from 255) = 31.88%
BLUE value IS 218 (85.55% from 255) = 31.73%
R=36.39%
G=31.88%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021921800.120.130.021.8876.1991.76
HexFADBDA0CD224c5c
Octal3723333320141522114134
Binary111110101101101111011010011001101101010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBDA; }

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

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

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

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

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

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

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

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