Html Css Color HEX #F6E1DE Remy

📋 copy color: '#F6E1DE'

red 246 ◦ green 225 ◦ blue 222

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

Shades of Remy #F6E1DE

Tints of Remy #F6E1DE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.47%

 BLUE value IS 222 (87.11% from 255) = 32.03%

R = 35.5%
G = 32.47%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F6E1DE (or 0xF6E1DE) is known color: Remy. HEX triplet: F6, E1 and DE. RGB value is (246,225,222). Sum of RGB (Red+Green+Blue) = 246+225+222=693 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.50% from 693); Green value is 225 (88.28% from 255 or 32.47% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E1DE is #091E21. Grayscale: #E6E6E6. Windows color (decimal): -597538 or 14606838. OLE color: 14606838.

HSL color Cylindrical-coordinate representation of color #F6E1DE: hue angle of 7.5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6E1DE is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 225 222 -
CMYK 0 0.09 0.10 0.04
HSL 7.5º 0.57% 0.92% -
HSV(B) 7.5º 0.1% 0.96% -
XYZ 78.12 78.72 80.18 -
YUV 230.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 246 225 222 0 0.09 0.10 0.04 7.5 0.57 0.92
Hex F6 E1 DE 0 9 A 4 8 39 5C
Octal 366 341 336 0 11 12 4 10 71 134
Binary 11110110 11100001 11011110 0 1001 1010 100 1000 111001 1011100

Color Harmonies of #F6E1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E1DE

Black with #F6E1DE

Text Example


Text Example

White with #F6E1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E1DE; }

 p { color: rgb(246,225,222); }

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

background-color css

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

 a { background-color: rgb(246,225,222); }

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

border-color css

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

 span { border-color: rgb(246,225,222); }

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