Html Css Color HEX #FCDAD9 Remy

📋 copy color: '#FCDAD9'

red 252 ◦ green 218 ◦ blue 217

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

Shades of Remy #FCDAD9

Tints of Remy #FCDAD9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.73%

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

R = 36.68%
G = 31.73%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCDAD9 (or 0xFCDAD9) is known color: Remy. HEX triplet: FC, DA and D9. RGB value is (252,218,217). Sum of RGB (Red+Green+Blue) = 252+218+217=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 217 (85.16% from 255 or 31.59% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAD9 is #032526. Grayscale: #E4E4E4. Windows color (decimal): -206119 or 14277372. OLE color: 14277372.

HSL color Cylindrical-coordinate representation of color #FCDAD9: hue angle of 1.71º degrees, saturation: 0.85, 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 #FCDAD9 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 218 217 -
CMYK 0 0.13 0.14 0.01
HSL 1.71º 0.85% 0.92% -
HSV(B) 1.71º 0.14% 0.99% -
XYZ 77.74 75.85 76.19 -
YUV 228.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 252 218 217 0 0.13 0.14 0.01 1.71 0.85 0.92
Hex FC DA D9 0 D E 1 2 55 5C
Octal 374 332 331 0 15 16 1 2 125 134
Binary 11111100 11011010 11011001 0 1101 1110 1 10 1010101 1011100

Color Harmonies of #FCDAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDAD9

Black with #FCDAD9

Text Example


Text Example

White with #FCDAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDAD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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