Html Css Color HEX #FCDCD7 Remy

📋 copy color: '#FCDCD7'

red 252 ◦ green 220 ◦ blue 215

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

Shades of Remy #FCDCD7

Tints of Remy #FCDCD7

RGB

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

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

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

R = 36.68%
G = 32.02%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCDCD7 (or 0xFCDCD7) is known color: Remy. HEX triplet: FC, DC and D7. RGB value is (252,220,215). Sum of RGB (Red+Green+Blue) = 252+220+215=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 215 (84.38% from 255 or 31.30% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCD7 is #032328. Grayscale: #E5E5E5. Windows color (decimal): -205609 or 14146812. OLE color: 14146812.

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

Color convert

RGB 252 220 215 -
CMYK 0 0.13 0.15 0.01
HSL 8.11º 0.86% 0.92% -
HSV(B) 8.11º 0.15% 0.99% -
XYZ 78 76.79 75 -
YUV 229 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 252 220 215 0 0.13 0.15 0.01 8.11 0.86 0.92
Hex FC DC D7 0 D F 1 8 56 5C
Octal 374 334 327 0 15 17 1 10 126 134
Binary 11111100 11011100 11010111 0 1101 1111 1 1000 1010110 1011100

Color Harmonies of #FCDCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCD7

Black with #FCDCD7

Text Example


Text Example

White with #FCDCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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