#FBDADA

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

Shades of Remy #FBDADA

Tints of Remy #FBDADA

Color information

#FBDADA (or 0xFBDADA) is unknown color: approx Remy. HEX triplet: FB, DA and DA. RGB value is (251,218,218). Sum of RGB (Red+Green+Blue) = 251+218+218=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDADA is #042525. Grayscale: #E3E3E3. Windows color (decimal): -271654 or 14342907. OLE color: 14342907.

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

Color convert

RGB251218218-
CMYK00.130.130.02
HSL80.49%91.96%-
HSV(B)13.15%98.43%-
XYZ77.5175.7176.86-
YUV227.87122.43144.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.54%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 218 (85.55% from 255) = 31.73%
R=36.54%
G=31.73%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121821800.130.130.02080.4991.96
HexFBDADA0DD20505c
Octal3733323320151520120134
Binary11111011110110101101101001101110110010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDADA; }

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

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

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

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

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

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

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

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