Html Css Color HEX #F5DED7 Remy

📋 copy color: '#F5DED7'

red 245 ◦ green 222 ◦ blue 215

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

Shades of Remy #F5DED7

Tints of Remy #F5DED7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.55%

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

R = 35.92%
G = 32.55%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F5DED7 (or 0xF5DED7) is known color: Remy. HEX triplet: F5, DE and D7. RGB value is (245,222,215). Sum of RGB (Red+Green+Blue) = 245+222+215=682 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.92% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 215 (84.38% from 255 or 31.52% from 682); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DED7 is #0A2128. Grayscale: #E4E4E4. Windows color (decimal): -663849 or 14147317. OLE color: 14147317.

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

Color convert

RGB 245 222 215 -
CMYK 0 0.09 0.12 0.04
HSL 14º 0.6% 0.9% -
HSV(B) 14º 0.12% 0.96% -
XYZ 76.04 76.56 75.06 -
YUV 228.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 245 222 215 0 0.09 0.12 0.04 14 0.6 0.9
Hex F5 DE D7 0 9 C 4 E 3C 5A
Octal 365 336 327 0 11 14 4 16 74 132
Binary 11110101 11011110 11010111 0 1001 1100 100 1110 111100 1011010

Color Harmonies of #F5DED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DED7

Black with #F5DED7

Text Example


Text Example

White with #F5DED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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