#FBD9D8

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

Shades of Remy #FBD9D8

Tints of Remy #FBD9D8

Color information

#FBD9D8 (or 0xFBD9D8) is unknown color: approx Remy. HEX triplet: FB, D9 and D8. RGB value is (251,217,216). Sum of RGB (Red+Green+Blue) = 251+217+216=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 216 (84.77% from 255 or 31.58% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9D8 is #042627. Grayscale: #E3E3E3. Windows color (decimal): -271912 or 14211579. OLE color: 14211579.

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

Color convert

RGB251217216-
CMYK00.140.140.02
HSL1.71º81.4%91.57%-
HSV(B)1.71º13.94%98.43%-
XYZ76.9975.0975.4-
YUV227.05121.76145.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.70%
GREEN value IS 217 (85.16% from 255) = 31.73%
BLUE value IS 216 (84.77% from 255) = 31.58%
R=36.70%
G=31.73%
B=31.58%

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
Decimal25121721600.140.140.021.7181.491.57
HexFBD9D80EE22515c
Octal3733313300161622121134
Binary111110111101100111011000011101110101010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9D8; }

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

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

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

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

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

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

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

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