#F8DEDC

Color #F8DEDC Remy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Remy #F8DEDC

Tints of Remy #F8DEDC

Color information

#F8DEDC (or 0xF8DEDC) is unknown color: approx Remy. HEX triplet: F8, DE and DC. RGB value is (248,222,220). Sum of RGB (Red+Green+Blue) = 248+222+220=690 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.94% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DEDC is #072123. Grayscale: #E5E5E5. Windows color (decimal): -467236 or 14475000. OLE color: 14475000.

HSL color Cylindrical-coordinate representation of color #F8DEDC: hue angle of 4.29º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8DEDC is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB248222220-
CMYK00.100.110.03
HSL4.29º66.67%91.76%-
HSV(B)4.29º11.29%97.25%-
XYZ77.7577.3778.55-
YUV229.55122.61141.16-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.94%
GREEN value IS 222 (87.11% from 255) = 32.17%
BLUE value IS 220 (86.33% from 255) = 31.88%
R=35.94%
G=32.17%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822222000.100.110.034.2966.6791.76
HexF8DEDC0AB34435c
Octal3703363340121334103134
Binary1111100011011110110111000101010111110010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DEDC; }

 p { color: rgb(248,222,220); }

 H1.HeaderClassName
 {
   color: #F8DEDC;
 }
 .AnyTagClassName
 {
   color: #F8DEDC;
 }
</style>
background-color css

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

 a { background-color: rgb(248,222,220); }

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

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

 span { border-color: rgb(248,222,220); }

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