Html Css Color HEX #F5E1DC Remy

📋 copy color: '#F5E1DC'

red 245 ◦ green 225 ◦ blue 220

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

Shades of Remy #F5E1DC

Tints of Remy #F5E1DC

RGB

 RED value IS 245 (96.09% from 255) = 35.51%

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

 BLUE value IS 220 (86.33% from 255) = 31.88%

R = 35.51%
G = 32.61%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F5E1DC (or 0xF5E1DC) is known color: Remy. HEX triplet: F5, E1 and DC. RGB value is (245,225,220). Sum of RGB (Red+Green+Blue) = 245+225+220=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 225 (88.28% from 255 or 32.61% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E1DC is #0A1E23. Grayscale: #E6E6E6. Windows color (decimal): -663076 or 14475765. OLE color: 14475765.

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

Color convert

RGB 245 225 220 -
CMYK 0 0.08 0.10 0.04
HSL 12º 0.56% 0.91% -
HSV(B) 12º 0.1% 0.96% -
XYZ 77.5 78.43 78.76 -
YUV 230.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 245 225 220 0 0.08 0.10 0.04 12 0.56 0.91
Hex F5 E1 DC 0 8 A 4 C 38 5B
Octal 365 341 334 0 10 12 4 14 70 133
Binary 11110101 11100001 11011100 0 1000 1010 100 1100 111000 1011011

Color Harmonies of #F5E1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E1DC

Black with #F5E1DC

Text Example


Text Example

White with #F5E1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E1DC; }

 p { color: rgb(245,225,220); }

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

background-color css

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

 a { background-color: rgb(245,225,220); }

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

border-color css

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

 span { border-color: rgb(245,225,220); }

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