Html Css Color HEX #F5E2DE Remy

📋 copy color: '#F5E2DE'

red 245 ◦ green 226 ◦ blue 222

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

Shades of Remy #F5E2DE

Tints of Remy #F5E2DE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.61%

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

R = 35.35%
G = 32.61%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F5E2DE (or 0xF5E2DE) is known color: Remy. HEX triplet: F5, E2 and DE. RGB value is (245,226,222). Sum of RGB (Red+Green+Blue) = 245+226+222=693 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.35% from 693); Green value is 226 (88.67% from 255 or 32.61% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E2DE is #0A1D21. Grayscale: #E7E7E7. Windows color (decimal): -662818 or 14607093. OLE color: 14607093.

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

Color convert

RGB 245 226 222 -
CMYK 0 0.08 0.09 0.04
HSL 10.43º 0.53% 0.92% -
HSV(B) 10.43º 0.09% 0.96% -
XYZ 78.04 79.08 80.26 -
YUV 231.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 245 226 222 0 0.08 0.09 0.04 10.43 0.53 0.92
Hex F5 E2 DE 0 8 9 4 A 35 5C
Octal 365 342 336 0 10 11 4 12 65 134
Binary 11110101 11100010 11011110 0 1000 1001 100 1010 110101 1011100

Color Harmonies of #F5E2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E2DE

Black with #F5E2DE

Text Example


Text Example

White with #F5E2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E2DE; }

 p { color: rgb(245,226,222); }

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

background-color css

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

 a { background-color: rgb(245,226,222); }

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

border-color css

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

 span { border-color: rgb(245,226,222); }

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