Html Css Color HEX #F7DCD6 Remy

📋 copy color: '#F7DCD6'

red 247 ◦ green 220 ◦ blue 214

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

Shades of Remy #F7DCD6

Tints of Remy #F7DCD6

RGB

 RED value IS 247 (96.88% from 255) = 36.27%

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

 BLUE value IS 214 (83.98% from 255) = 31.42%

R = 36.27%
G = 32.31%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F7DCD6 (or 0xF7DCD6) is known color: Remy. HEX triplet: F7, DC and D6. RGB value is (247,220,214). Sum of RGB (Red+Green+Blue) = 247+220+214=681 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.27% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 214 (83.98% from 255 or 31.42% from 681); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCD6 is #082329. Grayscale: #E3E3E3. Windows color (decimal): -533290 or 14081271. OLE color: 14081271.

HSL color Cylindrical-coordinate representation of color #F7DCD6: hue angle of 10.91º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7DCD6 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 220 214 -
CMYK 0 0.11 0.13 0.03
HSL 10.91º 0.67% 0.9% -
HSV(B) 10.91º 0.13% 0.97% -
XYZ 76.09 75.82 74.24 -
YUV 227.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 247 220 214 0 0.11 0.13 0.03 10.91 0.67 0.9
Hex F7 DC D6 0 B D 3 B 43 5A
Octal 367 334 326 0 13 15 3 13 103 132
Binary 11110111 11011100 11010110 0 1011 1101 11 1011 1000011 1011010

Color Harmonies of #F7DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DCD6

Black with #F7DCD6

Text Example


Text Example

White with #F7DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DCD6; }

 p { color: rgb(247,220,214); }

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

background-color css

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

 a { background-color: rgb(247,220,214); }

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

border-color css

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

 span { border-color: rgb(247,220,214); }

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