#FBDAD7

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

Shades of Remy #FBDAD7

Tints of Remy #FBDAD7

Color information

#FBDAD7 (or 0xFBDAD7) is unknown color: approx Remy. HEX triplet: FB, DA and D7. RGB value is (251,218,215). Sum of RGB (Red+Green+Blue) = 251+218+215=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 215 (84.38% from 255 or 31.43% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDAD7 is #042528. Grayscale: #E3E3E3. Windows color (decimal): -271657 or 14146299. OLE color: 14146299.

HSL color Cylindrical-coordinate representation of color #FBDAD7: hue angle of 5º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBDAD7 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB251218215-
CMYK00.130.140.02
HSL81.82%91.37%-
HSV(B)14.34%98.43%-
XYZ77.1275.5674.81-
YUV227.52120.93144.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.70%
GREEN value IS 218 (85.55% from 255) = 31.87%
BLUE value IS 215 (84.38% from 255) = 31.43%
R=36.70%
G=31.87%
B=31.43%

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
Decimal25121821500.130.140.02581.8291.37
HexFBDAD70DE25525b
Octal3733323270151625122133
Binary1111101111011010110101110110111101010110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAD7; }

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

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

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

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

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

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

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

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