Html Css Color HEX #FADCD7 Remy

📋 copy color: '#FADCD7'

red 250 ◦ green 220 ◦ blue 215

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

Shades of Remy #FADCD7

Tints of Remy #FADCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.39%

R = 36.5%
G = 32.12%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FADCD7 (or 0xFADCD7) is known color: Remy. HEX triplet: FA, DC and D7. RGB value is (250,220,215). Sum of RGB (Red+Green+Blue) = 250+220+215=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 215 (84.38% from 255 or 31.39% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCD7 is #052328. Grayscale: #E4E4E4. Windows color (decimal): -336681 or 14146810. OLE color: 14146810.

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

Color convert

RGB 250 220 215 -
CMYK 0 0.12 0.14 0.02
HSL 8.57º 0.78% 0.91% -
HSV(B) 8.57º 0.14% 0.98% -
XYZ 77.28 76.42 74.97 -
YUV 228.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 250 220 215 0 0.12 0.14 0.02 8.57 0.78 0.91
Hex FA DC D7 0 C E 2 9 4E 5B
Octal 372 334 327 0 14 16 2 11 116 133
Binary 11111010 11011100 11010111 0 1100 1110 10 1001 1001110 1011011

Color Harmonies of #FADCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCD7

Black with #FADCD7

Text Example


Text Example

White with #FADCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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