Html Css Color HEX #FADCD9 Remy

📋 copy color: '#FADCD9'

red 250 ◦ green 220 ◦ blue 217

#FADCD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Remy #FADCD9

Tints of Remy #FADCD9

RGB

 RED value IS 250 (98.05% from 255) = 36.39%

 GREEN value IS 220 (86.33% from 255) = 32.02%

 BLUE value IS 217 (85.16% from 255) = 31.59%

R = 36.39%
G = 32.02%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FADCD9 (or 0xFADCD9) is known color: Remy. HEX triplet: FA, DC and D9. RGB value is (250,220,217). Sum of RGB (Red+Green+Blue) = 250+220+217=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 217 (85.16% from 255 or 31.59% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCD9 is #052326. Grayscale: #E4E4E4. Windows color (decimal): -336679 or 14277882. OLE color: 14277882.

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

Color convert

RGB 250 220 217 -
CMYK 0 0.12 0.13 0.02
HSL 5.45º 0.77% 0.92% -
HSV(B) 5.45º 0.13% 0.98% -
XYZ 77.54 76.52 76.33 -
YUV 228.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 250 220 217 0 0.12 0.13 0.02 5.45 0.77 0.92
Hex FA DC D9 0 C D 2 5 4D 5C
Octal 372 334 331 0 14 15 2 5 115 134
Binary 11111010 11011100 11011001 0 1100 1101 10 101 1001101 1011100

Color Harmonies of #FADCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCD9

Black with #FADCD9

Text Example


Text Example

White with #FADCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCD9; }

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

 H1.HeaderClassName
 {
   color: #FADCD9;
 }
 .AnyTagClassName
 {
   color: #FADCD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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