#FBDAD8

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

Shades of Remy #FBDAD8

Tints of Remy #FBDAD8

Color information

#FBDAD8 (or 0xFBDAD8) is unknown color: approx Remy. HEX triplet: FB, DA and D8. RGB value is (251,218,216). Sum of RGB (Red+Green+Blue) = 251+218+216=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 216 (84.77% from 255 or 31.53% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDAD8 is #042527. Grayscale: #E3E3E3. Windows color (decimal): -271656 or 14211835. OLE color: 14211835.

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

Color convert

RGB251218216-
CMYK00.130.140.02
HSL3.43º81.4%91.57%-
HSV(B)3.43º13.94%98.43%-
XYZ77.2575.6175.49-
YUV227.64121.43144.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.64%
GREEN value IS 218 (85.55% from 255) = 31.82%
BLUE value IS 216 (84.77% from 255) = 31.53%
R=36.64%
G=31.82%
B=31.53%

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
Decimal25121821600.130.140.023.4381.491.57
HexFBDAD80DE23515c
Octal3733323300151623121134
Binary111110111101101011011000011011110101110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAD8; }

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

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

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

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

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

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

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

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