#F8DCDB

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

Shades of Remy #F8DCDB

Tints of Remy #F8DCDB

Color information

#F8DCDB (or 0xF8DCDB) is unknown color: approx Remy. HEX triplet: F8, DC and DB. RGB value is (248,220,219). Sum of RGB (Red+Green+Blue) = 248+220+219=687 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.10% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCDB is #072324. Grayscale: #E4E4E4. Windows color (decimal): -467749 or 14408952. OLE color: 14408952.

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

Color convert

RGB248220219-
CMYK00.110.120.03
HSL2.07º67.44%91.57%-
HSV(B)2.07º11.69%97.25%-
XYZ77.0976.2677.67-
YUV228.26122.78142.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.10%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 219 (85.94% from 255) = 31.88%
R=36.10%
G=32.02%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822021900.110.120.032.0767.4491.57
HexF8DCDB0BC32435c
Octal3703343330131432103134
Binary111110001101110011011011010111100111010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DCDB; }

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

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

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

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

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

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

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

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