#FADCDA

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

Shades of Remy #FADCDA

Tints of Remy #FADCDA

Color information

#FADCDA (or 0xFADCDA) is unknown color: approx Remy. HEX triplet: FA, DC and DA. RGB value is (250,220,218). Sum of RGB (Red+Green+Blue) = 250+220+218=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCDA is #052325. Grayscale: #E4E4E4. Windows color (decimal): -336678 or 14343418. OLE color: 14343418.

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

Color convert

RGB250220218-
CMYK00.120.130.02
HSL3.75º76.19%91.76%-
HSV(B)3.75º12.8%98.04%-
XYZ77.6776.5777.02-
YUV228.74121.94143.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.34%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 218 (85.55% from 255) = 31.69%
R=36.34%
G=31.98%
B=31.69%

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
Decimal25022021800.120.130.023.7576.1991.76
HexFADCDA0CD244c5c
Octal3723343320141524114134
Binary1111101011011100110110100110011011010010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCDA; }

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

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

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

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

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

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

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

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