Html Css Color HEX #F6D9D7 Remy

📋 copy color: '#F6D9D7'

red 246 ◦ green 217 ◦ blue 215

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

Shades of Remy #F6D9D7

Tints of Remy #F6D9D7

RGB

 RED value IS 246 (96.48% from 255) = 36.28%

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

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

R = 36.28%
G = 32.01%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F6D9D7 (or 0xF6D9D7) is known color: Remy. HEX triplet: F6, D9 and D7. RGB value is (246,217,215). Sum of RGB (Red+Green+Blue) = 246+217+215=678 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.28% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 215 (84.38% from 255 or 31.71% from 678); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9D7 is #092628. Grayscale: #E1E1E1. Windows color (decimal): -599593 or 14146038. OLE color: 14146038.

HSL color Cylindrical-coordinate representation of color #F6D9D7: hue angle of 3.87º degrees, saturation: 0.63, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6D9D7 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 217 215 -
CMYK 0 0.12 0.13 0.04
HSL 3.87º 0.63% 0.9% -
HSV(B) 3.87º 0.13% 0.96% -
XYZ 75.08 74.12 74.64 -
YUV 225.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 246 217 215 0 0.12 0.13 0.04 3.87 0.63 0.9
Hex F6 D9 D7 0 C D 4 4 3F 5A
Octal 366 331 327 0 14 15 4 4 77 132
Binary 11110110 11011001 11010111 0 1100 1101 100 100 111111 1011010

Color Harmonies of #F6D9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D9D7

Black with #F6D9D7

Text Example


Text Example

White with #F6D9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D9D7; }

 p { color: rgb(246,217,215); }

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

background-color css

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

 a { background-color: rgb(246,217,215); }

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

border-color css

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

 span { border-color: rgb(246,217,215); }

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