#FBDBD8

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

Shades of Remy #FBDBD8

Tints of Remy #FBDBD8

Color information

#FBDBD8 (or 0xFBDBD8) is unknown color: approx Remy. HEX triplet: FB, DB and D8. RGB value is (251,219,216). Sum of RGB (Red+Green+Blue) = 251+219+216=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBD8 is #042427. Grayscale: #E4E4E4. Windows color (decimal): -271400 or 14212091. OLE color: 14212091.

HSL color Cylindrical-coordinate representation of color #FBDBD8: hue angle of 5.14º 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 #FBDBD8 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB251219216-
CMYK00.130.140.02
HSL5.14º81.4%91.57%-
HSV(B)5.14º13.94%98.43%-
XYZ77.5176.1375.58-
YUV228.23121.1144.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 219 (85.94% from 255) = 31.92%
BLUE value IS 216 (84.77% from 255) = 31.49%
R=36.59%
G=31.92%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121921600.130.140.025.1481.491.57
HexFBDBD80DE25515c
Octal3733333300151625121134
Binary1111101111011011110110000110111101010110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBD8; }

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

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

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

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

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

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

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

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