Html Css Color HEX #FCD9D8 Remy

📋 copy color: '#FCD9D8'

red 252 ◦ green 217 ◦ blue 216

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

Shades of Remy #FCD9D8

Tints of Remy #FCD9D8

RGB

 RED value IS 252 (98.83% from 255) = 36.79%

 GREEN value IS 217 (85.16% from 255) = 31.68%

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

R = 36.79%
G = 31.68%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCD9D8 (or 0xFCD9D8) is known color: Remy. HEX triplet: FC, D9 and D8. RGB value is (252,217,216). Sum of RGB (Red+Green+Blue) = 252+217+216=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 217 (85.16% from 255 or 31.68% from 685); Blue value is 216 (84.77% from 255 or 31.53% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9D8 is #032627. Grayscale: #E3E3E3. Windows color (decimal): -206376 or 14211580. OLE color: 14211580.

HSL color Cylindrical-coordinate representation of color #FCD9D8: hue angle of 1.67º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCD9D8 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 217 216 -
CMYK 0 0.14 0.14 0.01
HSL 1.67º 0.86% 0.92% -
HSV(B) 1.67º 0.14% 0.99% -
XYZ 77.35 75.28 75.42 -
YUV 227.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 252 217 216 0 0.14 0.14 0.01 1.67 0.86 0.92
Hex FC D9 D8 0 E E 1 2 56 5C
Octal 374 331 330 0 16 16 1 2 126 134
Binary 11111100 11011001 11011000 0 1110 1110 1 10 1010110 1011100

Color Harmonies of #FCD9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD9D8

Black with #FCD9D8

Text Example


Text Example

White with #FCD9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD9D8; }

 p { color: rgb(252,217,216); }

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

background-color css

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

 a { background-color: rgb(252,217,216); }

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

border-color css

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

 span { border-color: rgb(252,217,216); }

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