#FBDCD9

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

Shades of Remy #FBDCD9

Tints of Remy #FBDCD9

Color information

#FBDCD9 (or 0xFBDCD9) is unknown color: approx Remy. HEX triplet: FB, DC and D9. RGB value is (251,220,217). Sum of RGB (Red+Green+Blue) = 251+220+217=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 217 (85.16% from 255 or 31.54% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCD9 is #042326. Grayscale: #E4E4E4. Windows color (decimal): -271143 or 14277883. OLE color: 14277883.

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

Color convert

RGB251220217-
CMYK00.120.140.02
HSL5.29º80.95%91.76%-
HSV(B)5.29º13.55%98.43%-
XYZ77.976.7176.35-
YUV228.93121.27143.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.48%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 217 (85.16% from 255) = 31.54%
R=36.48%
G=31.98%
B=31.54%

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
Decimal25122021700.120.140.025.2980.9591.76
HexFBDCD90CE25515c
Octal3733343310141625121134
Binary1111101111011100110110010110011101010110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCD9; }

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

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

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

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

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

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

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

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