Html Css Color HEX #F6D9D8 Remy

📋 copy color: '#F6D9D8'

red 246 ◦ green 217 ◦ blue 216

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

Shades of Remy #F6D9D8

Tints of Remy #F6D9D8

RGB

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

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

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

R = 36.23%
G = 31.96%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F6D9D8 (or 0xF6D9D8) is known color: Remy. HEX triplet: F6, D9 and D8. RGB value is (246,217,216). Sum of RGB (Red+Green+Blue) = 246+217+216=679 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.23% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 216 (84.77% from 255 or 31.81% from 679); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9D8 is #092627. Grayscale: #E1E1E1. Windows color (decimal): -599592 or 14211574. OLE color: 14211574.

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

Color convert

RGB 246 217 216 -
CMYK 0 0.12 0.12 0.04
HSL 0.63% 0.91% -
HSV(B) 0.12% 0.96% -
XYZ 75.21 74.18 75.32 -
YUV 225.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 246 217 216 0 0.12 0.12 0.04 2 0.63 0.91
Hex F6 D9 D8 0 C C 4 2 3E 5B
Octal 366 331 330 0 14 14 4 2 76 133
Binary 11110110 11011001 11011000 0 1100 1100 100 10 111110 1011011

Color Harmonies of #F6D9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D9D8

Black with #F6D9D8

Text Example


Text Example

White with #F6D9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D9D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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