#FBDAD9

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

Shades of Remy #FBDAD9

Tints of Remy #FBDAD9

Color information

#FBDAD9 (or 0xFBDAD9) is unknown color: approx Remy. HEX triplet: FB, DA and D9. RGB value is (251,218,217). Sum of RGB (Red+Green+Blue) = 251+218+217=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 217 (85.16% from 255 or 31.63% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDAD9 is #042526. Grayscale: #E3E3E3. Windows color (decimal): -271655 or 14277371. OLE color: 14277371.

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

Color convert

RGB251218217-
CMYK00.130.140.02
HSL1.76º80.95%91.76%-
HSV(B)1.76º13.55%98.43%-
XYZ77.3875.6676.17-
YUV227.75121.93144.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 218 (85.55% from 255) = 31.78%
BLUE value IS 217 (85.16% from 255) = 31.63%
R=36.59%
G=31.78%
B=31.63%

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
Decimal25121821700.130.140.021.7680.9591.76
HexFBDAD90DE22515c
Octal3733323310151622121134
Binary111110111101101011011001011011110101010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDAD9; }

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

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

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

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

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

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

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

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