Html Css Color HEX #FADCD8 Remy

📋 copy color: '#FADCD8'

red 250 ◦ green 220 ◦ blue 216

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

Shades of Remy #FADCD8

Tints of Remy #FADCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.49%

R = 36.44%
G = 32.07%
B = 31.49%

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

#FADCD8 (or 0xFADCD8) is known color: Remy. HEX triplet: FA, DC and D8. RGB value is (250,220,216). Sum of RGB (Red+Green+Blue) = 250+220+216=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCD8 is #052327. Grayscale: #E4E4E4. Windows color (decimal): -336680 or 14212346. OLE color: 14212346.

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

Color convert

RGB 250 220 216 -
CMYK 0 0.12 0.14 0.02
HSL 7.06º 0.77% 0.91% -
HSV(B) 7.06º 0.14% 0.98% -
XYZ 77.41 76.47 75.65 -
YUV 228.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 250 220 216 0 0.12 0.14 0.02 7.06 0.77 0.91
Hex FA DC D8 0 C E 2 7 4D 5B
Octal 372 334 330 0 14 16 2 7 115 133
Binary 11111010 11011100 11011000 0 1100 1110 10 111 1001101 1011011

Color Harmonies of #FADCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCD8

Black with #FADCD8

Text Example


Text Example

White with #FADCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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