#FBDCD8

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

Shades of Remy #FBDCD8

Tints of Remy #FBDCD8

Color information

#FBDCD8 (or 0xFBDCD8) is unknown color: approx Remy. HEX triplet: FB, DC and D8. RGB value is (251,220,216). Sum of RGB (Red+Green+Blue) = 251+220+216=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 216 (84.77% from 255 or 31.44% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCD8 is #042327. Grayscale: #E4E4E4. Windows color (decimal): -271144 or 14212347. OLE color: 14212347.

HSL color Cylindrical-coordinate representation of color #FBDCD8: hue angle of 6.86º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBDCD8 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB251220216-
CMYK00.120.140.02
HSL6.86º81.4%91.57%-
HSV(B)6.86º13.94%98.43%-
XYZ77.7776.6575.66-
YUV228.81120.77143.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.54%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 216 (84.77% from 255) = 31.44%
R=36.54%
G=32.02%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122021600.120.140.026.8681.491.57
HexFBDCD80CE27515c
Octal3733343300141627121134
Binary1111101111011100110110000110011101011110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCD8; }

 p { color: rgb(251,220,216); }

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

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

 a { background-color: rgb(251,220,216); }

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

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

 span { border-color: rgb(251,220,216); }

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