#FBDED8

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

Shades of Remy #FBDED8

Tints of Remy #FBDED8

Color information

#FBDED8 (or 0xFBDED8) is unknown color: approx Remy. HEX triplet: FB, DE and D8. RGB value is (251,222,216). Sum of RGB (Red+Green+Blue) = 251+222+216=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 216 (84.77% from 255 or 31.35% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDED8 is #042127. Grayscale: #E6E6E6. Windows color (decimal): -270632 or 14212859. OLE color: 14212859.

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

Color convert

RGB251222216-
CMYK00.120.140.02
HSL10.29º81.4%91.57%-
HSV(B)10.29º13.94%98.43%-
XYZ78.377.7175.84-
YUV229.99120.11142.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.43%
GREEN value IS 222 (87.11% from 255) = 32.22%
BLUE value IS 216 (84.77% from 255) = 31.35%
R=36.43%
G=32.22%
B=31.35%

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
Decimal25122221600.120.140.0210.2981.491.57
HexFBDED80CE2a515c
Octal37333633001416212121134
Binary11111011110111101101100001100111010101010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDED8; }

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

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

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

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

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

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

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

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