#FBD8D8

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

Shades of Remy #FBD8D8

Tints of Remy #FBD8D8

Color information

#FBD8D8 (or 0xFBD8D8) is unknown color: approx Remy. HEX triplet: FB, D8 and D8. RGB value is (251,216,216). Sum of RGB (Red+Green+Blue) = 251+216+216=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 216 (84.77% from 255 or 31.63% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD8D8 is #042727. Grayscale: #E2E2E2. Windows color (decimal): -272168 or 14211323. OLE color: 14211323.

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

Color convert

RGB251216216-
CMYK00.140.140.02
HSL81.4%91.57%-
HSV(B)13.94%98.43%-
XYZ76.7374.5875.32-
YUV226.46122.1145.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.75%
GREEN value IS 216 (84.77% from 255) = 31.63%
BLUE value IS 216 (84.77% from 255) = 31.63%
R=36.75%
G=31.63%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121621600.140.140.02081.491.57
HexFBD8D80EE20515c
Octal3733303300161620121134
Binary11111011110110001101100001110111010010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD8D8; }

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

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

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

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

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

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

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

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